COLOR #576571

HEX: #576571
RGB: (87,101,113)

Color info

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

RGB color model

#576571 color RGB value is (87,101,113).

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

RGB channels and saturation

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

87
101
113

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

Portions of RGB colors in percentages

R + G + B =
87 + 101 + 113 = 301 (100%)
R 87 of 301 ~ 28.9%
G 101 of 301 ~ 33.55%
B 113 of 301 ~ 37.54%

%28.9
%33.55
%37.54

CMYK color model

#576571 color CMYK value is (23,11,0,56).

  • cyan value is 23.01%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(23,11,0,56)
C23M11Y0K56 
(23%,11%,0%,56%)
(0.23/0.11/0.00/0.56)	

CMYK percentages

%23.01
%10.62
%0
%55.69

Codes

Color #576571 in popluar color models

576571
RGB87101113
HSL208°13.00%39.22%
HSB/HSV208°23.01%44.31%
CMYK23.01%10.62%0.00%
55.69%

Color #576571 in popluar number systems.

HEX576571
Decimal87101113
Binary101011111001011110001
Octal127145161

Shades and tints

Shades of #576571

#576571
(87,101,113)
#505C67
(80,92,103)
#49535D
(73,83,93)
#424A53
(66,74,83)
#3B4149
(59,65,73)
#34383F
(52,56,63)
#2D2F35
(45,47,53)
#26262B
(38,38,43)
#1F1D21
(31,29,33)
#181417
(24,20,23)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #576571

#576571
(87,101,113)
#66737D
(102,115,125)
#758189
(117,129,137)
#848F95
(132,143,149)
#939DA1
(147,157,161)
#A2ABAD
(162,171,173)
#B1B9B9
(177,185,185)
#C0C7C5
(192,199,197)
#CFD5D1
(207,213,209)
#DEE3DD
(222,227,221)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576571; }

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

This text font color is #576571.


Background Color

.myBgColor { background-color: #576571; }

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

This div background color is #576571.


Border color

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

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

This div border color is #576571.


Opacity

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

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

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

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

This text has shadow with #576571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576571 on black background.


Color preview on white background

This text has color #576571 on white background.



Black color preview on #576571 background

This text has black color on #576571 background.


White color preview on #576571 background

This text has white color on #576571 background.