COLOR #576B81

HEX: #576B81
RGB: (87,107,129)

Color info

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

RGB color model

#576B81 color RGB value is (87,107,129).

  • red value is 87;
  • green value is 107;
  • blue value is 129.
RGB:
(87,107,129)
(34%,42%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 129 of 255 = 51%

87
107
129

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

Portions of RGB colors in percentages

R + G + B =
87 + 107 + 129 = 323 (100%)
R 87 of 323 ~ 26.93%
G 107 of 323 ~ 33.13%
B 129 of 323 ~ 39.94%

%26.93
%33.13
%39.94

CMYK color model

#576B81 color CMYK value is (33,17,0,49).

  • cyan value is 32.56%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(33,17,0,49)
C33M17Y0K49 
(33%,17%,0%,49%)
(0.33/0.17/0.00/0.49)	

CMYK percentages

%32.56
%17.05
%0
%49.41

Codes

Color #576B81 in popluar color models

576B81
RGB87107129
HSL211°19.44%42.35%
HSB/HSV211°32.56%50.59%
CMYK32.56%17.05%0.00%
49.41%

Color #576B81 in popluar number systems.

HEX576B81
Decimal87107129
Binary1010111110101110000001
Octal127153201

Shades and tints

Shades of #576B81

#576B81
(87,107,129)
#506276
(80,98,118)
#49596B
(73,89,107)
#425060
(66,80,96)
#3B4755
(59,71,85)
#343E4A
(52,62,74)
#2D353F
(45,53,63)
#262C34
(38,44,52)
#1F2329
(31,35,41)
#181A1E
(24,26,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #576B81

#576B81
(87,107,129)
#66788C
(102,120,140)
#758597
(117,133,151)
#8492A2
(132,146,162)
#939FAD
(147,159,173)
#A2ACB8
(162,172,184)
#B1B9C3
(177,185,195)
#C0C6CE
(192,198,206)
#CFD3D9
(207,211,217)
#DEE0E4
(222,224,228)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576B81 color. Also use rgb(87,107,129) instead hex code.

Text Font Color

.myTextColor { color: #576B81; }

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

This text font color is #576B81.


Background Color

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

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

This div background color is #576B81.


Border color

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

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

This div border color is #576B81.


Opacity

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

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

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

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

This text has shadow with #576B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B81 on black background.


Color preview on white background

This text has color #576B81 on white background.



Black color preview on #576B81 background

This text has black color on #576B81 background.


White color preview on #576B81 background

This text has white color on #576B81 background.