COLOR #575A62

HEX: #575A62
RGB: (87,90,98)

Color info

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

RGB color model

#575A62 color RGB value is (87,90,98).

  • red value is 87;
  • green value is 90;
  • blue value is 98.
RGB:
(87,90,98)
(34%,35%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 90 of 255 = 35%
B 98 of 255 = 38%

87
90
98

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

Portions of RGB colors in percentages

R + G + B =
87 + 90 + 98 = 275 (100%)
R 87 of 275 ~ 31.64%
G 90 of 275 ~ 32.73%
B 98 of 275 ~ 35.64%

%31.64
%32.73
%35.64

CMYK color model

#575A62 color CMYK value is (11,8,0,62).

  • cyan value is 11.22%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(11,8,0,62)
C11M8Y0K62 
(11%,8%,0%,62%)
(0.11/0.08/0.00/0.62)	

CMYK percentages

%11.22
%8.16
%0
%61.57

Codes

Color #575A62 in popluar color models

575A62
RGB879098
HSL224°5.95%36.27%
HSB/HSV224°11.22%38.43%
CMYK11.22%8.16%0.00%
61.57%

Color #575A62 in popluar number systems.

HEX575A62
Decimal879098
Binary101011110110101100010
Octal127132142

Shades and tints

Shades of #575A62

#575A62
(87,90,98)
#50525A
(80,82,90)
#494A52
(73,74,82)
#42424A
(66,66,74)
#3B3A42
(59,58,66)
#34323A
(52,50,58)
#2D2A32
(45,42,50)
#26222A
(38,34,42)
#1F1A22
(31,26,34)
#18121A
(24,18,26)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #575A62

#575A62
(87,90,98)
#666970
(102,105,112)
#75787E
(117,120,126)
#84878C
(132,135,140)
#93969A
(147,150,154)
#A2A5A8
(162,165,168)
#B1B4B6
(177,180,182)
#C0C3C4
(192,195,196)
#CFD2D2
(207,210,210)
#DEE1E0
(222,225,224)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575A62 color. Also use rgb(87,90,98) instead hex code.

Text Font Color

.myTextColor { color: #575A62; }

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

This text font color is #575A62.


Background Color

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

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

This div background color is #575A62.


Border color

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

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

This div border color is #575A62.


Opacity

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

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

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

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

This text has shadow with #575A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575A62 on black background.


Color preview on white background

This text has color #575A62 on white background.



Black color preview on #575A62 background

This text has black color on #575A62 background.


White color preview on #575A62 background

This text has white color on #575A62 background.