COLOR #558ECE

HEX: #558ECE RGB: (85,142,206)

Color info

#558ECE contains mainly blue color. Web safe color of #558ECE is #6699CC (or #69C).

RGB color model

#558ECE color RGB value is (85,142,206).

RGB: (85,142,206) (33%, 56%, 81%)

RGB channels and saturation

R 85 of 255 = 33%
G 142 of 255 = 56%
B 206 of 255 = 81%

85
142
206

R + G + B ~ 57%. #558ECE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 142 + 206 = 433 (100%)
R 85 of 433 ~ 19.63%
G 142 of 433 ~ 32.79%
B 206 of 433 ~ 47.58'%

%19.63
%32.79
%47.58

CMYK color model

#558ECE color CMYK value is (59,31,0,19).

  • cyan value is 58.74%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (59,31,0,19) C59M31Y0K19 (59%,31%,0%,19%) (0.59/0.31/0.00/0.19) 

CMYK percentages

%58.74
%31.07
%0
%19.22

Codes

Color #558ECE in popluar color models

55 8E CE
RGB 85 142 206
HSL 212° 55.25% 57.06%
HSB/HSV 212° 58.74% 80.78%
CMYK 58.74% 31.07% 0.00%
19.22%

Color #558ECE in popluar number systems.

HEX 55 8E CE
Decimal 85 142 206
Binary 1010101 10001110 11001110
Octal 125 216 316

Shades and tints

Shades of #558ECE

#558ECE
(85,142,206)
#4E82BC
(78,130,188)
#4776AA
(71,118,170)
#406A98
(64,106,152)
#395E86
(57,94,134)
#325274
(50,82,116)
#2B4662
(43,70,98)
#243A50
(36,58,80)
#1D2E3E
(29,46,62)
#16222C
(22,34,44)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #558ECE

#558ECE
(85,142,206)
#6498D2
(100,152,210)
#73A2D6
(115,162,214)
#82ACDA
(130,172,218)
#91B6DE
(145,182,222)
#A0C0E2
(160,192,226)
#AFCAE6
(175,202,230)
#BED4EA
(190,212,234)
#CDDEEE
(205,222,238)
#DCE8F2
(220,232,242)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558ECE color. Also use rgb(85,142,206) instead hex code.

Text Font Color

.myTextColor { color: #558ECE; }

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

This text font color is #558ECE.

Background Color

.myBgColor { background-color: #558ECE; }

<div style="background-color:#558ECE">Inner text</div>

This div background color is #558ECE.

Border color

.myBorderColor { border: 1px solid #558ECE; }

<div style="border:3px solid #558ECE">Div</div>

This div border color is #558ECE.

Opacity

.myOpacity80 { color: #558ECE; opacity: 0.8; }

<p style="color:#558ECE;opacity:0.8;">80%</p>

Text with #558ECE 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 #558ECE;}

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

This text has shadow with #558ECE color.


.textShadow {text-shadow: 3px 3px 1px #558ECE', 3px 3px 1px red;}

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

This text has shadow with #558ECE primary color and red secondary color.


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

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

This text has shadow with #558ECE and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #558ECE; -webkit-box-shadow: 1px 1px 3px 2px #558ECE; box-shadow:1px 1px 3px 2px #558ECE;">
Div content here
</div>

This div box has shadow with color #558ECE.

Preview

Color preview on black background

This text has color #558ECE on black background.


Color preview on white background

This text has color #558ECE on white background.


Black color preview on #558ECE background

This text has black color on #558ECE background.


White color preview on #558ECE background

This text has white color on #558ECE background.


Related colors

Complementary color

Complementary color for #hex is #AA7131.


I love getcolorcode.com

Triadic colors

1 #CE558E and #8ECE55 with #558ECE are triadic colors.

2 #CE8E55 and #8E55CE with #558ECE are triadic colors.