COLOR #57555C

HEX: #57555C RGB: (87,85,92)

Color info

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

RGB color model

#57555C color RGB value is (87,85,92).

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

RGB channels and saturation

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

87
85
92

R + G + B ~ 34%. #57555C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 85 + 92 = 264 (100%)
R 87 of 264 ~ 32.95%
G 85 of 264 ~ 32.2%
B 92 of 264 ~ 34.85'%

%32.95
%32.2
%34.85

CMYK color model

#57555C color CMYK value is (5,8,0,64).

  • cyan value is 5.43%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (5,8,0,64) C5M8Y0K64 (5%,8%,0%,64%) (0.05/0.08/0.00/0.64) 

CMYK percentages

%5.43
%7.61
%0
%63.92

Codes

Color #57555C in popluar color models

57 55 5C
RGB 87 85 92
HSL 257° 3.95% 34.71%
HSB/HSV 257° 7.61% 36.08%
CMYK 5.43% 7.61% 0.00%
63.92%

Color #57555C in popluar number systems.

HEX 57 55 5C
Decimal 87 85 92
Binary 1010111 1010101 1011100
Octal 127 125 134

Shades and tints

Shades of #57555C

#57555C
(87,85,92)
#504E54
(80,78,84)
#49474C
(73,71,76)
#424044
(66,64,68)
#3B393C
(59,57,60)
#343234
(52,50,52)
#2D2B2C
(45,43,44)
#262424
(38,36,36)
#1F1D1C
(31,29,28)
#181614
(24,22,20)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #57555C

#57555C
(87,85,92)
#66646A
(102,100,106)
#757378
(117,115,120)
#848286
(132,130,134)
#939194
(147,145,148)
#A2A0A2
(162,160,162)
#B1AFB0
(177,175,176)
#C0BEBE
(192,190,190)
#CFCDCC
(207,205,204)
#DEDCDA
(222,220,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57555C; }

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

This text font color is #57555C.

Background Color

.myBgColor { background-color: #57555C; }

<div style="background-color:#57555C">Inner text</div>

This div background color is #57555C.

Border color

.myBorderColor { border: 1px solid #57555C; }

<div style="border:3px solid #57555C">Div</div>

This div border color is #57555C.

Opacity

.myOpacity80 { color: #57555C; opacity: 0.8; }

<p style="color:#57555C;opacity:0.8;">80%</p>

Text with #57555C 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 #57555C;}

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

This text has shadow with #57555C color.


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

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

This text has shadow with #57555C primary color and red secondary color.


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

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

This text has shadow with #57555C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #57555C.

Preview

Color preview on black background

This text has color #57555C on black background.


Color preview on white background

This text has color #57555C on white background.


Black color preview on #57555C background

This text has black color on #57555C background.


White color preview on #57555C background

This text has white color on #57555C background.


Related colors

Complementary color

Complementary color for #hex is #A8AAA3.


I love getcolorcode.com

Triadic colors

1 #5C5755 and #555C57 with #57555C are triadic colors.

2 #5C5557 and #55575C with #57555C are triadic colors.