COLOR #576B7E

HEX: #576B7E RGB: (87,107,126)

Color info

#576B7E contains red, green and blue colors in about the same proportion. Web safe color of #576B7E is #666666 (or #666).

RGB color model

#576B7E color RGB value is (87,107,126).

RGB: (87,107,126) (34%, 42%, 49%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 126 of 255 = 49%

87
107
126

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

Portions of RGB colors in percentages

R + G + B = 87 + 107 + 126 = 320 (100%)
R 87 of 320 ~ 27.19%
G 107 of 320 ~ 33.44%
B 126 of 320 ~ 39.38'%

%27.19
%33.44
%39.38

CMYK color model

#576B7E color CMYK value is (31,15,0,51).

  • cyan value is 30.95%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (31,15,0,51)
C31M15Y0K51 (31%, 15%, 0%, 51%)
(0.31 / 0.15 / 0.00 / 0.51)

CMYK percentages

%30.95
%15.08
%0
%50.59

Codes

Color #576B7E in popluar color models

57 6B 7E
RGB 87 107 126
HSL 209° 18.31% 41.76%
HSB/HSV 209° 30.95% 49.41%
CMYK 30.95% 15.08% 0.00%
50.59%

Color #576B7E in popluar number systems.

HEX 57 6B 7E
Decimal 87 107 126
Binary 1010111 1101011 1111110
Octal 127 153 176

Shades and tints

Shades of #576B7E

#576B7E
(87,107,126)
#506273
(80,98,115)
#495968
(73,89,104)
#42505D
(66,80,93)
#3B4752
(59,71,82)
#343E47
(52,62,71)
#2D353C
(45,53,60)
#262C31
(38,44,49)
#1F2326
(31,35,38)
#181A1B
(24,26,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #576B7E

#576B7E
(87,107,126)
#667889
(102,120,137)
#758594
(117,133,148)
#84929F
(132,146,159)
#939FAA
(147,159,170)
#A2ACB5
(162,172,181)
#B1B9C0
(177,185,192)
#C0C6CB
(192,198,203)
#CFD3D6
(207,211,214)
#DEE0E1
(222,224,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576B7E; }

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

This text font color is #576B7E.

Background Color

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

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

This div background color is #576B7E.

Border color

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

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

This div border color is #576B7E.

Opacity

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

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

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

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

This text has shadow with #576B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576B7E.

Preview

Color preview on black background

This text has color #576B7E on black background.


Color preview on white background

This text has color #576B7E on white background.


Black color preview on #576B7E background

This text has black color on #576B7E background.


White color preview on #576B7E background

This text has white color on #576B7E background.


Related colors

Complementary color

Complementary color for #hex is #A89481.


I love getcolorcode.com

Triadic colors

1 #7E576B and #6B7E57 with #576B7E are triadic colors.

2 #7E6B57 and #6B577E with #576B7E are triadic colors.