COLOR #576B8C

HEX: #576B8C RGB: (87,107,140)

Color info

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

RGB color model

#576B8C color RGB value is (87,107,140).

RGB: (87,107,140) (34%, 42%, 55%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 140 of 255 = 55%

87
107
140

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

Portions of RGB colors in percentages

R + G + B = 87 + 107 + 140 = 334 (100%)
R 87 of 334 ~ 26.05%
G 107 of 334 ~ 32.04%
B 140 of 334 ~ 41.92'%

%26.05
%32.04
%41.92

CMYK color model

#576B8C color CMYK value is (38,24,0,45).

  • cyan value is 37.86%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (38,24,0,45)
C38M24Y0K45 (38%, 24%, 0%, 45%)
(0.38 / 0.24 / 0.00 / 0.45)

CMYK percentages

%37.86
%23.57
%0
%45.1

Codes

Color #576B8C in popluar color models

57 6B 8C
RGB 87 107 140
HSL 217° 23.35% 44.51%
HSB/HSV 217° 37.86% 54.90%
CMYK 37.86% 23.57% 0.00%
45.10%

Color #576B8C in popluar number systems.

HEX 57 6B 8C
Decimal 87 107 140
Binary 1010111 1101011 10001100
Octal 127 153 214

Shades and tints

Shades of #576B8C

#576B8C
(87,107,140)
#506280
(80,98,128)
#495974
(73,89,116)
#425068
(66,80,104)
#3B475C
(59,71,92)
#343E50
(52,62,80)
#2D3544
(45,53,68)
#262C38
(38,44,56)
#1F232C
(31,35,44)
#181A20
(24,26,32)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #576B8C

#576B8C
(87,107,140)
#667896
(102,120,150)
#7585A0
(117,133,160)
#8492AA
(132,146,170)
#939FB4
(147,159,180)
#A2ACBE
(162,172,190)
#B1B9C8
(177,185,200)
#C0C6D2
(192,198,210)
#CFD3DC
(207,211,220)
#DEE0E6
(222,224,230)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576B8C; }

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

This text font color is #576B8C.

Background Color

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

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

This div background color is #576B8C.

Border color

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

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

This div border color is #576B8C.

Opacity

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

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

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

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

This text has shadow with #576B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576B8C.

Preview

Color preview on black background

This text has color #576B8C on black background.


Color preview on white background

This text has color #576B8C on white background.


Black color preview on #576B8C background

This text has black color on #576B8C background.


White color preview on #576B8C background

This text has white color on #576B8C background.


Related colors

Complementary color

Complementary color for #hex is #A89473.


I love getcolorcode.com

Triadic colors

1 #8C576B and #6B8C57 with #576B8C are triadic colors.

2 #8C6B57 and #6B578C with #576B8C are triadic colors.