COLOR #575A70

HEX: #575A70
RGB: (87,90,112)

Color info

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

RGB color model

#575A70 color RGB value is (87,90,112).

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

RGB channels and saturation

R 87 of 255 = 34%
G 90 of 255 = 35%
B 112 of 255 = 44%

87
90
112

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

Portions of RGB colors in percentages

R + G + B =
87 + 90 + 112 = 289 (100%)
R 87 of 289 ~ 30.1%
G 90 of 289 ~ 31.14%
B 112 of 289 ~ 38.75%

%30.1
%31.14
%38.75

CMYK color model

#575A70 color CMYK value is (22,20,0,56).

  • cyan value is 22.32%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(22,20,0,56)
C22M20Y0K56 
(22%,20%,0%,56%)
(0.22/0.20/0.00/0.56)	

CMYK percentages

%22.32
%19.64
%0
%56.08

Codes

Color #575A70 in popluar color models

575A70
RGB8790112
HSL233°12.56%39.02%
HSB/HSV233°22.32%43.92%
CMYK22.32%19.64%0.00%
56.08%

Color #575A70 in popluar number systems.

HEX575A70
Decimal8790112
Binary101011110110101110000
Octal127132160

Shades and tints

Shades of #575A70

#575A70
(87,90,112)
#505266
(80,82,102)
#494A5C
(73,74,92)
#424252
(66,66,82)
#3B3A48
(59,58,72)
#34323E
(52,50,62)
#2D2A34
(45,42,52)
#26222A
(38,34,42)
#1F1A20
(31,26,32)
#181216
(24,18,22)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #575A70

#575A70
(87,90,112)
#66697D
(102,105,125)
#75788A
(117,120,138)
#848797
(132,135,151)
#9396A4
(147,150,164)
#A2A5B1
(162,165,177)
#B1B4BE
(177,180,190)
#C0C3CB
(192,195,203)
#CFD2D8
(207,210,216)
#DEE1E5
(222,225,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575A70; }

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

This text font color is #575A70.


Background Color

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

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

This div background color is #575A70.


Border color

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

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

This div border color is #575A70.


Opacity

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

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

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

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

This text has shadow with #575A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575A70 on black background.


Color preview on white background

This text has color #575A70 on white background.



Black color preview on #575A70 background

This text has black color on #575A70 background.


White color preview on #575A70 background

This text has white color on #575A70 background.