COLOR #575C68

HEX: #575C68
RGB: (87,92,104)

Color info

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

RGB color model

#575C68 color RGB value is (87,92,104).

  • red value is 87;
  • green value is 92;
  • blue value is 104.
RGB:
(87,92,104)
(34%,36%,41%)

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 104 of 255 = 41%

87
92
104

R + G + B ~ 37%. #575C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 92 + 104 = 283 (100%)
R 87 of 283 ~ 30.74%
G 92 of 283 ~ 32.51%
B 104 of 283 ~ 36.75%

%30.74
%32.51
%36.75

CMYK color model

#575C68 color CMYK value is (16,12,0,59).

  • cyan value is 16.35%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(16,12,0,59)
C16M12Y0K59 
(16%,12%,0%,59%)
(0.16/0.12/0.00/0.59)	

CMYK percentages

%16.35
%11.54
%0
%59.22

Codes

Color #575C68 in popluar color models

575C68
RGB8792104
HSL222°8.90%37.45%
HSB/HSV222°16.35%40.78%
CMYK16.35%11.54%0.00%
59.22%

Color #575C68 in popluar number systems.

HEX575C68
Decimal8792104
Binary101011110111001101000
Octal127134150

Shades and tints

Shades of #575C68

#575C68
(87,92,104)
#50545F
(80,84,95)
#494C56
(73,76,86)
#42444D
(66,68,77)
#3B3C44
(59,60,68)
#34343B
(52,52,59)
#2D2C32
(45,44,50)
#262429
(38,36,41)
#1F1C20
(31,28,32)
#181417
(24,20,23)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #575C68

#575C68
(87,92,104)
#666A75
(102,106,117)
#757882
(117,120,130)
#84868F
(132,134,143)
#93949C
(147,148,156)
#A2A2A9
(162,162,169)
#B1B0B6
(177,176,182)
#C0BEC3
(192,190,195)
#CFCCD0
(207,204,208)
#DEDADD
(222,218,221)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575C68 color. Also use rgb(87,92,104) instead hex code.

Text Font Color

.myTextColor { color: #575C68; }

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

This text font color is #575C68.


Background Color

.myBgColor { background-color: #575C68; }

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

This div background color is #575C68.


Border color

.myBorderColor { border: 1px solid #575C68; }

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

This div border color is #575C68.


Opacity

.myOpacity80 { color: #575C68; opacity: 0.8; }

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

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

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

This text has shadow with #575C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575C68 on black background.


Color preview on white background

This text has color #575C68 on white background.



Black color preview on #575C68 background

This text has black color on #575C68 background.


White color preview on #575C68 background

This text has white color on #575C68 background.