COLOR #578EAC

HEX: #578EAC
RGB: (87,142,172)

Color info

#578EAC contains mainly green and blue colors. Web safe color of #578EAC is #669999 (or #699).

RGB color model

#578EAC color RGB value is (87,142,172).

  • red value is 87;
  • green value is 142;
  • blue value is 172.
RGB:
(87,142,172)
(34%,56%,67%)

RGB channels and saturation

R 87 of 255 = 34%
G 142 of 255 = 56%
B 172 of 255 = 67%

87
142
172

R + G + B ~ 52%. #578EAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 142 + 172 = 401 (100%)
R 87 of 401 ~ 21.7%
G 142 of 401 ~ 35.41%
B 172 of 401 ~ 42.89%

%21.7
%35.41
%42.89

CMYK color model

#578EAC color CMYK value is (49,17,0,33).

  • cyan value is 49.42%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(49,17,0,33)
C49M17Y0K33 
(49%,17%,0%,33%)
(0.49/0.17/0.00/0.33)	

CMYK percentages

%49.42
%17.44
%0
%32.55

Codes

Color #578EAC in popluar color models

578EAC
RGB87142172
HSL201°33.86%50.78%
HSB/HSV201°49.42%67.45%
CMYK49.42%17.44%0.00%
32.55%

Color #578EAC in popluar number systems.

HEX578EAC
Decimal87142172
Binary10101111000111010101100
Octal127216254

Shades and tints

Shades of #578EAC

#578EAC
(87,142,172)
#50829D
(80,130,157)
#49768E
(73,118,142)
#426A7F
(66,106,127)
#3B5E70
(59,94,112)
#345261
(52,82,97)
#2D4652
(45,70,82)
#263A43
(38,58,67)
#1F2E34
(31,46,52)
#182225
(24,34,37)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #578EAC

#578EAC
(87,142,172)
#6698B3
(102,152,179)
#75A2BA
(117,162,186)
#84ACC1
(132,172,193)
#93B6C8
(147,182,200)
#A2C0CF
(162,192,207)
#B1CAD6
(177,202,214)
#C0D4DD
(192,212,221)
#CFDEE4
(207,222,228)
#DEE8EB
(222,232,235)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578EAC color. Also use rgb(87,142,172) instead hex code.

Text Font Color

.myTextColor { color: #578EAC; }

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

This text font color is #578EAC.


Background Color

.myBgColor { background-color: #578EAC; }

<div style="background-color:#578EAC">Inner text</div>

This div background color is #578EAC.


Border color

.myBorderColor { border: 1px solid #578EAC; }

<div style="border:3px solid #578EAC">Div</div>

This div border color is #578EAC.


Opacity

.myOpacity80 { color: #578EAC; opacity: 0.8; }

<p style="color:#578EAC;opacity:0.8;">80%</p>

Text with #578EAC 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 #578EAC;}

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

This text has shadow with #578EAC color.

.textShadow {text-shadow: 3px 3px 1px #578EAC, 3px 3px 1px red;}

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

This text has shadow with #578EAC primary color and red secondary color.


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

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

This text has shadow with #578EAC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578EAC on black background.


Color preview on white background

This text has color #578EAC on white background.



Black color preview on #578EAC background

This text has black color on #578EAC background.


White color preview on #578EAC background

This text has white color on #578EAC background.