COLOR #5557DE

HEX: #5557DE
RGB: (85,87,222)

Color info

#5557DE contains mainly blue color. Web safe color of #5557DE is #6666CC (or #66C).

RGB color model

#5557DE color RGB value is (85,87,222).

  • red value is 85;
  • green value is 87;
  • blue value is 222.
RGB:
(85,87,222)
(33%,34%,87%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 222 of 255 = 87%

85
87
222

R + G + B ~ 51%. #5557DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 222 = 394 (100%)
R 85 of 394 ~ 21.57%
G 87 of 394 ~ 22.08%
B 222 of 394 ~ 56.35%

%21.57
%22.08
%56.35

CMYK color model

#5557DE color CMYK value is (62,61,0,13).

  • cyan value is 61.71%
  • magenta value is 60.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(62,61,0,13)
C62M61Y0K13 
(62%,61%,0%,13%)
(0.62/0.61/0.00/0.13)	

CMYK percentages

%61.71
%60.81
%0
%12.94

Codes

Color #5557DE in popluar color models

5557DE
RGB8587222
HSL239°67.49%60.20%
HSB/HSV239°61.71%87.06%
CMYK61.71%60.81%0.00%
12.94%

Color #5557DE in popluar number systems.

HEX5557DE
Decimal8587222
Binary1010101101011111011110
Octal125127336

Shades and tints

Shades of #5557DE

#5557DE
(85,87,222)
#4E50CA
(78,80,202)
#4749B6
(71,73,182)
#4042A2
(64,66,162)
#393B8E
(57,59,142)
#32347A
(50,52,122)
#2B2D66
(43,45,102)
#242652
(36,38,82)
#1D1F3E
(29,31,62)
#16182A
(22,24,42)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #5557DE

#5557DE
(85,87,222)
#6466E1
(100,102,225)
#7375E4
(115,117,228)
#8284E7
(130,132,231)
#9193EA
(145,147,234)
#A0A2ED
(160,162,237)
#AFB1F0
(175,177,240)
#BEC0F3
(190,192,243)
#CDCFF6
(205,207,246)
#DCDEF9
(220,222,249)
#EBEDFC
(235,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5557DE color. Also use rgb(85,87,222) instead hex code.

Text Font Color

.myTextColor { color: #5557DE; }

<p style="color:#5557DE">This sample text font color is #5557DE.</p>

This text font color is #5557DE.


Background Color

.myBgColor { background-color: #5557DE; }

<div style="background-color:#5557DE">Inner text</div>

This div background color is #5557DE.


Border color

.myBorderColor { border: 1px solid #5557DE; }

<div style="border:3px solid #5557DE">Div</div>

This div border color is #5557DE.


Opacity

.myOpacity80 { color: #5557DE; opacity: 0.8; }

<p style="color:#5557DE;opacity:0.8;">80%</p>

Text with #5557DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5557DE;}

<p style="text-shadow: 3px 3px 1px #5557DE">Text here.</p>

This text has shadow with #5557DE color.

.textShadow {text-shadow: 3px 3px 1px #5557DE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5557DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #5557DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5557DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5557DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #5557DE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5557DE;
  -webkit-box-shadow:	1px 1px 3px 2px #5557DE;
  box-shadow:		1px 1px 3px 2px #5557DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5557DE;
-webkit-box-shadow: 1px 1px 3px 2px #5557DE;
box-shadow:1px 1px 3px 2px #5557DE;">
Div content here</div>
This div box has shadow with color #5557DE.

Preview

Color preview on black background

This text has color #5557DE on black background.


Color preview on white background

This text has color #5557DE on white background.



Black color preview on #5557DE background

This text has black color on #5557DE background.


White color preview on #5557DE background

This text has white color on #5557DE background.