COLOR #576E8A

HEX: #576E8A
RGB: (87,110,138)

Color info

#576E8A contains red, green and blue colors in about the same proportion. Web safe color of #576E8A is #666699 (or #669).

RGB color model

#576E8A color RGB value is (87,110,138).

  • red value is 87;
  • green value is 110;
  • blue value is 138.
RGB:
(87,110,138)
(34%,43%,54%)

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 138 of 255 = 54%

87
110
138

R + G + B ~ 44%. #576E8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 138 = 335 (100%)
R 87 of 335 ~ 25.97%
G 110 of 335 ~ 32.84%
B 138 of 335 ~ 41.19%

%25.97
%32.84
%41.19

CMYK color model

#576E8A color CMYK value is (37,20,0,46).

  • cyan value is 36.96%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(37,20,0,46)
C37M20Y0K46 
(37%,20%,0%,46%)
(0.37/0.20/0.00/0.46)	

CMYK percentages

%36.96
%20.29
%0
%45.88

Codes

Color #576E8A in popluar color models

576E8A
RGB87110138
HSL213°22.67%44.12%
HSB/HSV213°36.96%54.12%
CMYK36.96%20.29%0.00%
45.88%

Color #576E8A in popluar number systems.

HEX576E8A
Decimal87110138
Binary1010111110111010001010
Octal127156212

Shades and tints

Shades of #576E8A

#576E8A
(87,110,138)
#50647E
(80,100,126)
#495A72
(73,90,114)
#425066
(66,80,102)
#3B465A
(59,70,90)
#343C4E
(52,60,78)
#2D3242
(45,50,66)
#262836
(38,40,54)
#1F1E2A
(31,30,42)
#18141E
(24,20,30)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #576E8A

#576E8A
(87,110,138)
#667B94
(102,123,148)
#75889E
(117,136,158)
#8495A8
(132,149,168)
#93A2B2
(147,162,178)
#A2AFBC
(162,175,188)
#B1BCC6
(177,188,198)
#C0C9D0
(192,201,208)
#CFD6DA
(207,214,218)
#DEE3E4
(222,227,228)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576E8A color. Also use rgb(87,110,138) instead hex code.

Text Font Color

.myTextColor { color: #576E8A; }

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

This text font color is #576E8A.


Background Color

.myBgColor { background-color: #576E8A; }

<div style="background-color:#576E8A">Inner text</div>

This div background color is #576E8A.


Border color

.myBorderColor { border: 1px solid #576E8A; }

<div style="border:3px solid #576E8A">Div</div>

This div border color is #576E8A.


Opacity

.myOpacity80 { color: #576E8A; opacity: 0.8; }

<p style="color:#576E8A;opacity:0.8;">80%</p>

Text with #576E8A 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 #576E8A;}

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

This text has shadow with #576E8A color.

.textShadow {text-shadow: 3px 3px 1px #576E8A, 3px 3px 1px red;}

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

This text has shadow with #576E8A primary color and red secondary color.


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

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

This text has shadow with #576E8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576E8A on black background.


Color preview on white background

This text has color #576E8A on white background.



Black color preview on #576E8A background

This text has black color on #576E8A background.


White color preview on #576E8A background

This text has white color on #576E8A background.