COLOR #576570

HEX: #576570
RGB: (87,101,112)

Color info

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

RGB color model

#576570 color RGB value is (87,101,112).

  • red value is 87;
  • green value is 101;
  • blue value is 112.
RGB:
(87,101,112)
(34%,40%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 101 of 255 = 40%
B 112 of 255 = 44%

87
101
112

R + G + B ~ 39%. #576570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 101 + 112 = 300 (100%)
R 87 of 300 ~ 29%
G 101 of 300 ~ 33.67%
B 112 of 300 ~ 37.33%

%29
%33.67
%37.33

CMYK color model

#576570 color CMYK value is (22,10,0,56).

  • cyan value is 22.32%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(22,10,0,56)
C22M10Y0K56 
(22%,10%,0%,56%)
(0.22/0.10/0.00/0.56)	

CMYK percentages

%22.32
%9.82
%0
%56.08

Codes

Color #576570 in popluar color models

576570
RGB87101112
HSL206°12.56%39.02%
HSB/HSV206°22.32%43.92%
CMYK22.32%9.82%0.00%
56.08%

Color #576570 in popluar number systems.

HEX576570
Decimal87101112
Binary101011111001011110000
Octal127145160

Shades and tints

Shades of #576570

#576570
(87,101,112)
#505C66
(80,92,102)
#49535C
(73,83,92)
#424A52
(66,74,82)
#3B4148
(59,65,72)
#34383E
(52,56,62)
#2D2F34
(45,47,52)
#26262A
(38,38,42)
#1F1D20
(31,29,32)
#181416
(24,20,22)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #576570

#576570
(87,101,112)
#66737D
(102,115,125)
#75818A
(117,129,138)
#848F97
(132,143,151)
#939DA4
(147,157,164)
#A2ABB1
(162,171,177)
#B1B9BE
(177,185,190)
#C0C7CB
(192,199,203)
#CFD5D8
(207,213,216)
#DEE3E5
(222,227,229)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576570 color. Also use rgb(87,101,112) instead hex code.

Text Font Color

.myTextColor { color: #576570; }

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

This text font color is #576570.


Background Color

.myBgColor { background-color: #576570; }

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

This div background color is #576570.


Border color

.myBorderColor { border: 1px solid #576570; }

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

This div border color is #576570.


Opacity

.myOpacity80 { color: #576570; opacity: 0.8; }

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

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

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

This text has shadow with #576570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576570 on black background.


Color preview on white background

This text has color #576570 on white background.



Black color preview on #576570 background

This text has black color on #576570 background.


White color preview on #576570 background

This text has white color on #576570 background.