COLOR #576C8B

HEX: #576C8B
RGB: (87,108,139)

Color info

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

RGB color model

#576C8B color RGB value is (87,108,139).

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

RGB channels and saturation

R 87 of 255 = 34%
G 108 of 255 = 42%
B 139 of 255 = 55%

87
108
139

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

Portions of RGB colors in percentages

R + G + B =
87 + 108 + 139 = 334 (100%)
R 87 of 334 ~ 26.05%
G 108 of 334 ~ 32.34%
B 139 of 334 ~ 41.62%

%26.05
%32.34
%41.62

CMYK color model

#576C8B color CMYK value is (37,22,0,45).

  • cyan value is 37.41%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,22,0,45)
C37M22Y0K45 
(37%,22%,0%,45%)
(0.37/0.22/0.00/0.45)	

CMYK percentages

%37.41
%22.3
%0
%45.49

Codes

Color #576C8B in popluar color models

576C8B
RGB87108139
HSL216°23.01%44.31%
HSB/HSV216°37.41%54.51%
CMYK37.41%22.30%0.00%
45.49%

Color #576C8B in popluar number systems.

HEX576C8B
Decimal87108139
Binary1010111110110010001011
Octal127154213

Shades and tints

Shades of #576C8B

#576C8B
(87,108,139)
#50637F
(80,99,127)
#495A73
(73,90,115)
#425167
(66,81,103)
#3B485B
(59,72,91)
#343F4F
(52,63,79)
#2D3643
(45,54,67)
#262D37
(38,45,55)
#1F242B
(31,36,43)
#181B1F
(24,27,31)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #576C8B

#576C8B
(87,108,139)
#667995
(102,121,149)
#75869F
(117,134,159)
#8493A9
(132,147,169)
#93A0B3
(147,160,179)
#A2ADBD
(162,173,189)
#B1BAC7
(177,186,199)
#C0C7D1
(192,199,209)
#CFD4DB
(207,212,219)
#DEE1E5
(222,225,229)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576C8B; }

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

This text font color is #576C8B.


Background Color

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

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

This div background color is #576C8B.


Border color

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

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

This div border color is #576C8B.


Opacity

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

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

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

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

This text has shadow with #576C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576C8B on black background.


Color preview on white background

This text has color #576C8B on white background.



Black color preview on #576C8B background

This text has black color on #576C8B background.


White color preview on #576C8B background

This text has white color on #576C8B background.