COLOR #575576

HEX: #575576
RGB: (87,85,118)

Color info

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

RGB color model

#575576 color RGB value is (87,85,118).

  • red value is 87;
  • green value is 85;
  • blue value is 118.
RGB:
(87,85,118)
(34%,33%,46%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 118 of 255 = 46%

87
85
118

R + G + B ~ 38%. #575576 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 118 = 290 (100%)
R 87 of 290 ~ 30%
G 85 of 290 ~ 29.31%
B 118 of 290 ~ 40.69%

%30
%29.31
%40.69

CMYK color model

#575576 color CMYK value is (26,28,0,54).

  • cyan value is 26.27%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(26,28,0,54)
C26M28Y0K54 
(26%,28%,0%,54%)
(0.26/0.28/0.00/0.54)	

CMYK percentages

%26.27
%27.97
%0
%53.73

Codes

Color #575576 in popluar color models

575576
RGB8785118
HSL244°16.26%39.80%
HSB/HSV244°27.97%46.27%
CMYK26.27%27.97%0.00%
53.73%

Color #575576 in popluar number systems.

HEX575576
Decimal8785118
Binary101011110101011110110
Octal127125166

Shades and tints

Shades of #575576

#575576
(87,85,118)
#504E6C
(80,78,108)
#494762
(73,71,98)
#424058
(66,64,88)
#3B394E
(59,57,78)
#343244
(52,50,68)
#2D2B3A
(45,43,58)
#262430
(38,36,48)
#1F1D26
(31,29,38)
#18161C
(24,22,28)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #575576

#575576
(87,85,118)
#666482
(102,100,130)
#75738E
(117,115,142)
#84829A
(132,130,154)
#9391A6
(147,145,166)
#A2A0B2
(162,160,178)
#B1AFBE
(177,175,190)
#C0BECA
(192,190,202)
#CFCDD6
(207,205,214)
#DEDCE2
(222,220,226)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575576 color. Also use rgb(87,85,118) instead hex code.

Text Font Color

.myTextColor { color: #575576; }

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

This text font color is #575576.


Background Color

.myBgColor { background-color: #575576; }

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

This div background color is #575576.


Border color

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

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

This div border color is #575576.


Opacity

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

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

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

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

This text has shadow with #575576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575576 on black background.


Color preview on white background

This text has color #575576 on white background.



Black color preview on #575576 background

This text has black color on #575576 background.


White color preview on #575576 background

This text has white color on #575576 background.