COLOR #576F8B

HEX: #576F8B
RGB: (87,111,139)

Color info

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

RGB color model

#576F8B color RGB value is (87,111,139).

  • red value is 87;
  • green value is 111;
  • blue value is 139.
RGB:
(87,111,139)
(34%,44%,55%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 139 of 255 = 55%

87
111
139

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

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 139 = 337 (100%)
R 87 of 337 ~ 25.82%
G 111 of 337 ~ 32.94%
B 139 of 337 ~ 41.25%

%25.82
%32.94
%41.25

CMYK color model

#576F8B color CMYK value is (37,20,0,45).

  • cyan value is 37.41%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,20,0,45)
C37M20Y0K45 
(37%,20%,0%,45%)
(0.37/0.20/0.00/0.45)	

CMYK percentages

%37.41
%20.14
%0
%45.49

Codes

Color #576F8B in popluar color models

576F8B
RGB87111139
HSL212°23.01%44.31%
HSB/HSV212°37.41%54.51%
CMYK37.41%20.14%0.00%
45.49%

Color #576F8B in popluar number systems.

HEX576F8B
Decimal87111139
Binary1010111110111110001011
Octal127157213

Shades and tints

Shades of #576F8B

#576F8B
(87,111,139)
#50657F
(80,101,127)
#495B73
(73,91,115)
#425167
(66,81,103)
#3B475B
(59,71,91)
#343D4F
(52,61,79)
#2D3343
(45,51,67)
#262937
(38,41,55)
#1F1F2B
(31,31,43)
#18151F
(24,21,31)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #576F8B

#576F8B
(87,111,139)
#667C95
(102,124,149)
#75899F
(117,137,159)
#8496A9
(132,150,169)
#93A3B3
(147,163,179)
#A2B0BD
(162,176,189)
#B1BDC7
(177,189,199)
#C0CAD1
(192,202,209)
#CFD7DB
(207,215,219)
#DEE4E5
(222,228,229)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F8B color. Also use rgb(87,111,139) instead hex code.

Text Font Color

.myTextColor { color: #576F8B; }

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

This text font color is #576F8B.


Background Color

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

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

This div background color is #576F8B.


Border color

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

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

This div border color is #576F8B.


Opacity

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

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

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

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

This text has shadow with #576F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F8B on black background.


Color preview on white background

This text has color #576F8B on white background.



Black color preview on #576F8B background

This text has black color on #576F8B background.


White color preview on #576F8B background

This text has white color on #576F8B background.