COLOR #576C83

HEX: #576C83
RGB: (87,108,131)

Color info

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

RGB color model

#576C83 color RGB value is (87,108,131).

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

RGB channels and saturation

R 87 of 255 = 34%
G 108 of 255 = 42%
B 131 of 255 = 51%

87
108
131

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

Portions of RGB colors in percentages

R + G + B =
87 + 108 + 131 = 326 (100%)
R 87 of 326 ~ 26.69%
G 108 of 326 ~ 33.13%
B 131 of 326 ~ 40.18%

%26.69
%33.13
%40.18

CMYK color model

#576C83 color CMYK value is (34,18,0,49).

  • cyan value is 33.59%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,18,0,49)
C34M18Y0K49 
(34%,18%,0%,49%)
(0.34/0.18/0.00/0.49)	

CMYK percentages

%33.59
%17.56
%0
%48.63

Codes

Color #576C83 in popluar color models

576C83
RGB87108131
HSL211°20.18%42.75%
HSB/HSV211°33.59%51.37%
CMYK33.59%17.56%0.00%
48.63%

Color #576C83 in popluar number systems.

HEX576C83
Decimal87108131
Binary1010111110110010000011
Octal127154203

Shades and tints

Shades of #576C83

#576C83
(87,108,131)
#506378
(80,99,120)
#495A6D
(73,90,109)
#425162
(66,81,98)
#3B4857
(59,72,87)
#343F4C
(52,63,76)
#2D3641
(45,54,65)
#262D36
(38,45,54)
#1F242B
(31,36,43)
#181B20
(24,27,32)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #576C83

#576C83
(87,108,131)
#66798E
(102,121,142)
#758699
(117,134,153)
#8493A4
(132,147,164)
#93A0AF
(147,160,175)
#A2ADBA
(162,173,186)
#B1BAC5
(177,186,197)
#C0C7D0
(192,199,208)
#CFD4DB
(207,212,219)
#DEE1E6
(222,225,230)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576C83; }

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

This text font color is #576C83.


Background Color

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

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

This div background color is #576C83.


Border color

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

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

This div border color is #576C83.


Opacity

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

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

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

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

This text has shadow with #576C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576C83 on black background.


Color preview on white background

This text has color #576C83 on white background.



Black color preview on #576C83 background

This text has black color on #576C83 background.


White color preview on #576C83 background

This text has white color on #576C83 background.