COLOR #575C5C

HEX: #575C5C RGB: (87,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
92
92

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

Portions of RGB colors in percentages

R + G + B = 87 + 92 + 92 = 271 (100%)
R 87 of 271 ~ 32.1%
G 92 of 271 ~ 33.95%
B 92 of 271 ~ 33.95'%

%32.1
%33.95
%33.95

CMYK color model

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

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (5,0,0,64)
C5M0Y0K64 (5%, 0%, 0%, 64%)
(0.05 / 0.00 / 0.00 / 0.64)

CMYK percentages

%5.43
%0
%0
%63.92

Codes

Color #575C5C in popluar color models

57 5C 5C
RGB 87 92 92
HSL 180° 2.79% 35.10%
HSB/HSV 180° 5.43% 36.08%
CMYK 5.43% 0.00% 0.00%
63.92%

Color #575C5C in popluar number systems.

HEX 57 5C 5C
Decimal 87 92 92
Binary 1010111 1011100 1011100
Octal 127 134 134

Shades and tints

Shades of #575C5C

#575C5C
(87,92,92)
#505454
(80,84,84)
#494C4C
(73,76,76)
#424444
(66,68,68)
#3B3C3C
(59,60,60)
#343434
(52,52,52)
#2D2C2C
(45,44,44)
#262424
(38,36,36)
#1F1C1C
(31,28,28)
#181414
(24,20,20)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #575C5C

#575C5C
(87,92,92)
#666A6A
(102,106,106)
#757878
(117,120,120)
#848686
(132,134,134)
#939494
(147,148,148)
#A2A2A2
(162,162,162)
#B1B0B0
(177,176,176)
#C0BEBE
(192,190,190)
#CFCCCC
(207,204,204)
#DEDADA
(222,218,218)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575C5C; }

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

This text font color is #575C5C.

Background Color

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

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

This div background color is #575C5C.

Border color

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

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

This div border color is #575C5C.

Opacity

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

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

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

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

This text has shadow with #575C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575C5C.

Preview

Color preview on black background

This text has color #575C5C on black background.


Color preview on white background

This text has color #575C5C on white background.


Black color preview on #575C5C background

This text has black color on #575C5C background.


White color preview on #575C5C background

This text has white color on #575C5C background.


Related colors

Complementary color

Complementary color for #hex is #A8A3A3.


I love getcolorcode.com