COLOR #575C5A

HEX: #575C5A RGB: (87,92,90)

Color info

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

RGB color model

#575C5A color RGB value is (87,92,90).

RGB: (87,92,90) (34%, 36%, 35%)

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 90 of 255 = 35%

87
92
90

R + G + B ~ 35%. #575C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 92 + 90 = 269 (100%)
R 87 of 269 ~ 32.34%
G 92 of 269 ~ 34.2%
B 90 of 269 ~ 33.46'%

%32.34
%34.2
%33.46

CMYK color model

#575C5A color CMYK value is (5,0,2,64).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK: (5,0,2,64) C5M0Y2K64 (5%,0%,2%,64%) (0.05/0.00/0.02/0.64) 

CMYK percentages

%5.43
%0
%2.17
%63.92

Codes

Color #575C5A in popluar color models

57 5C 5A
RGB 87 92 90
HSL 156° 2.79% 35.10%
HSB/HSV 156° 5.43% 36.08%
CMYK 5.43% 0.00% 2.17%
63.92%

Color #575C5A in popluar number systems.

HEX 57 5C 5A
Decimal 87 92 90
Binary 1010111 1011100 1011010
Octal 127 134 132

Shades and tints

Shades of #575C5A

#575C5A
(87,92,90)
#505452
(80,84,82)
#494C4A
(73,76,74)
#424442
(66,68,66)
#3B3C3A
(59,60,58)
#343432
(52,52,50)
#2D2C2A
(45,44,42)
#262422
(38,36,34)
#1F1C1A
(31,28,26)
#181412
(24,20,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #575C5A

#575C5A
(87,92,90)
#666A69
(102,106,105)
#757878
(117,120,120)
#848687
(132,134,135)
#939496
(147,148,150)
#A2A2A5
(162,162,165)
#B1B0B4
(177,176,180)
#C0BEC3
(192,190,195)
#CFCCD2
(207,204,210)
#DEDAE1
(222,218,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575C5A; }

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

This text font color is #575C5A.

Background Color

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

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

This div background color is #575C5A.

Border color

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

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

This div border color is #575C5A.

Opacity

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

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

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

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

This text has shadow with #575C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575C5A.

Preview

Color preview on black background

This text has color #575C5A on black background.


Color preview on white background

This text has color #575C5A on white background.


Black color preview on #575C5A background

This text has black color on #575C5A background.


White color preview on #575C5A background

This text has white color on #575C5A background.


Related colors

Complementary color

Complementary color for #hex is #A8A3A5.


I love getcolorcode.com

Triadic colors

1 #5A575C and #5C5A57 with #575C5A are triadic colors.

2 #5A5C57 and #5C575A with #575C5A are triadic colors.