COLOR #575567

HEX: #575567
RGB: (87,85,103)

Color info

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

RGB color model

#575567 color RGB value is (87,85,103).

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

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 103 of 255 = 40%

87
85
103

R + G + B ~ 36%. #575567 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 103 = 275 (100%)
R 87 of 275 ~ 31.64%
G 85 of 275 ~ 30.91%
B 103 of 275 ~ 37.45%

%31.64
%30.91
%37.45

CMYK color model

#575567 color CMYK value is (16,17,0,60).

  • cyan value is 15.53%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(16,17,0,60)
C16M17Y0K60 
(16%,17%,0%,60%)
(0.16/0.17/0.00/0.60)	

CMYK percentages

%15.53
%17.48
%0
%59.61

Codes

Color #575567 in popluar color models

575567
RGB8785103
HSL247°9.57%36.86%
HSB/HSV247°17.48%40.39%
CMYK15.53%17.48%0.00%
59.61%

Color #575567 in popluar number systems.

HEX575567
Decimal8785103
Binary101011110101011100111
Octal127125147

Shades and tints

Shades of #575567

#575567
(87,85,103)
#504E5E
(80,78,94)
#494755
(73,71,85)
#42404C
(66,64,76)
#3B3943
(59,57,67)
#34323A
(52,50,58)
#2D2B31
(45,43,49)
#262428
(38,36,40)
#1F1D1F
(31,29,31)
#181616
(24,22,22)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #575567

#575567
(87,85,103)
#666474
(102,100,116)
#757381
(117,115,129)
#84828E
(132,130,142)
#93919B
(147,145,155)
#A2A0A8
(162,160,168)
#B1AFB5
(177,175,181)
#C0BEC2
(192,190,194)
#CFCDCF
(207,205,207)
#DEDCDC
(222,220,220)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575567; }

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

This text font color is #575567.


Background Color

.myBgColor { background-color: #575567; }

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

This div background color is #575567.


Border color

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

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

This div border color is #575567.


Opacity

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

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

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

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

This text has shadow with #575567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575567 on black background.


Color preview on white background

This text has color #575567 on white background.



Black color preview on #575567 background

This text has black color on #575567 background.


White color preview on #575567 background

This text has white color on #575567 background.