COLOR #578EA3

HEX: #578EA3
RGB: (87,142,163)

Color info

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

RGB color model

#578EA3 color RGB value is (87,142,163).

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

RGB channels and saturation

R 87 of 255 = 34%
G 142 of 255 = 56%
B 163 of 255 = 64%

87
142
163

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

Portions of RGB colors in percentages

R + G + B =
87 + 142 + 163 = 392 (100%)
R 87 of 392 ~ 22.19%
G 142 of 392 ~ 36.22%
B 163 of 392 ~ 41.58%

%22.19
%36.22
%41.58

CMYK color model

#578EA3 color CMYK value is (47,13,0,36).

  • cyan value is 46.63%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(47,13,0,36)
C47M13Y0K36 
(47%,13%,0%,36%)
(0.47/0.13/0.00/0.36)	

CMYK percentages

%46.63
%12.88
%0
%36.08

Codes

Color #578EA3 in popluar color models

578EA3
RGB87142163
HSL197°30.40%49.02%
HSB/HSV197°46.63%63.92%
CMYK46.63%12.88%0.00%
36.08%

Color #578EA3 in popluar number systems.

HEX578EA3
Decimal87142163
Binary10101111000111010100011
Octal127216243

Shades and tints

Shades of #578EA3

#578EA3
(87,142,163)
#508295
(80,130,149)
#497687
(73,118,135)
#426A79
(66,106,121)
#3B5E6B
(59,94,107)
#34525D
(52,82,93)
#2D464F
(45,70,79)
#263A41
(38,58,65)
#1F2E33
(31,46,51)
#182225
(24,34,37)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #578EA3

#578EA3
(87,142,163)
#6698AB
(102,152,171)
#75A2B3
(117,162,179)
#84ACBB
(132,172,187)
#93B6C3
(147,182,195)
#A2C0CB
(162,192,203)
#B1CAD3
(177,202,211)
#C0D4DB
(192,212,219)
#CFDEE3
(207,222,227)
#DEE8EB
(222,232,235)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578EA3; }

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

This text font color is #578EA3.


Background Color

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

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

This div background color is #578EA3.


Border color

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

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

This div border color is #578EA3.


Opacity

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

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

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

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

This text has shadow with #578EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578EA3 on black background.


Color preview on white background

This text has color #578EA3 on white background.



Black color preview on #578EA3 background

This text has black color on #578EA3 background.


White color preview on #578EA3 background

This text has white color on #578EA3 background.