COLOR #575A6F

HEX: #575A6F RGB: (87,90,111)

Color info

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

RGB color model

#575A6F color RGB value is (87,90,111).

RGB: (87,90,111) (34%, 35%, 44%)

RGB channels and saturation

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

87
90
111

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

Portions of RGB colors in percentages

R + G + B = 87 + 90 + 111 = 288 (100%)
R 87 of 288 ~ 30.21%
G 90 of 288 ~ 31.25%
B 111 of 288 ~ 38.54'%

%30.21
%31.25
%38.54

CMYK color model

#575A6F color CMYK value is (22,19,0,56).

  • cyan value is 21.62%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (22,19,0,56)
C22M19Y0K56 (22%, 19%, 0%, 56%)
(0.22 / 0.19 / 0.00 / 0.56)

CMYK percentages

%21.62
%18.92
%0
%56.47

Codes

Color #575A6F in popluar color models

57 5A 6F
RGB 87 90 111
HSL 233° 12.12% 38.82%
HSB/HSV 233° 21.62% 43.53%
CMYK 21.62% 18.92% 0.00%
56.47%

Color #575A6F in popluar number systems.

HEX 57 5A 6F
Decimal 87 90 111
Binary 1010111 1011010 1101111
Octal 127 132 157

Shades and tints

Shades of #575A6F

#575A6F
(87,90,111)
#505265
(80,82,101)
#494A5B
(73,74,91)
#424251
(66,66,81)
#3B3A47
(59,58,71)
#34323D
(52,50,61)
#2D2A33
(45,42,51)
#262229
(38,34,41)
#1F1A1F
(31,26,31)
#181215
(24,18,21)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #575A6F

#575A6F
(87,90,111)
#66697C
(102,105,124)
#757889
(117,120,137)
#848796
(132,135,150)
#9396A3
(147,150,163)
#A2A5B0
(162,165,176)
#B1B4BD
(177,180,189)
#C0C3CA
(192,195,202)
#CFD2D7
(207,210,215)
#DEE1E4
(222,225,228)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575A6F; }

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

This text font color is #575A6F.

Background Color

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

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

This div background color is #575A6F.

Border color

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

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

This div border color is #575A6F.

Opacity

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

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

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

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

This text has shadow with #575A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575A6F.

Preview

Color preview on black background

This text has color #575A6F on black background.


Color preview on white background

This text has color #575A6F on white background.


Black color preview on #575A6F background

This text has black color on #575A6F background.


White color preview on #575A6F background

This text has white color on #575A6F background.


Related colors

Complementary color

Complementary color for #hex is #A8A590.


I love getcolorcode.com

Triadic colors

1 #6F575A and #5A6F57 with #575A6F are triadic colors.

2 #6F5A57 and #5A576F with #575A6F are triadic colors.