COLOR #575D6F

HEX: #575D6F
RGB: (87,93,111)

Color info

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

RGB color model

#575D6F color RGB value is (87,93,111).

  • red value is 87;
  • green value is 93;
  • blue value is 111.
RGB:
(87,93,111)
(34%,36%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 93 of 255 = 36%
B 111 of 255 = 44%

87
93
111

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

Portions of RGB colors in percentages

R + G + B =
87 + 93 + 111 = 291 (100%)
R 87 of 291 ~ 29.9%
G 93 of 291 ~ 31.96%
B 111 of 291 ~ 38.14%

%29.9
%31.96
%38.14

CMYK color model

#575D6F color CMYK value is (22,16,0,56).

  • cyan value is 21.62%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(22,16,0,56)
C22M16Y0K56 
(22%,16%,0%,56%)
(0.22/0.16/0.00/0.56)	

CMYK percentages

%21.62
%16.22
%0
%56.47

Codes

Color #575D6F in popluar color models

575D6F
RGB8793111
HSL225°12.12%38.82%
HSB/HSV225°21.62%43.53%
CMYK21.62%16.22%0.00%
56.47%

Color #575D6F in popluar number systems.

HEX575D6F
Decimal8793111
Binary101011110111011101111
Octal127135157

Shades and tints

Shades of #575D6F

#575D6F
(87,93,111)
#505565
(80,85,101)
#494D5B
(73,77,91)
#424551
(66,69,81)
#3B3D47
(59,61,71)
#34353D
(52,53,61)
#2D2D33
(45,45,51)
#262529
(38,37,41)
#1F1D1F
(31,29,31)
#181515
(24,21,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #575D6F

#575D6F
(87,93,111)
#666B7C
(102,107,124)
#757989
(117,121,137)
#848796
(132,135,150)
#9395A3
(147,149,163)
#A2A3B0
(162,163,176)
#B1B1BD
(177,177,189)
#C0BFCA
(192,191,202)
#CFCDD7
(207,205,215)
#DEDBE4
(222,219,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575D6F color. Also use rgb(87,93,111) instead hex code.

Text Font Color

.myTextColor { color: #575D6F; }

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

This text font color is #575D6F.


Background Color

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

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

This div background color is #575D6F.


Border color

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

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

This div border color is #575D6F.


Opacity

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

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

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

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

This text has shadow with #575D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575D6F on black background.


Color preview on white background

This text has color #575D6F on white background.



Black color preview on #575D6F background

This text has black color on #575D6F background.


White color preview on #575D6F background

This text has white color on #575D6F background.