COLOR #57555A

HEX: #57555A RGB: (87,85,90)

Color info

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

RGB color model

#57555A color RGB value is (87,85,90).

RGB: (87,85,90) (34%, 33%, 35%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 90 of 255 = 35%

87
85
90

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

Portions of RGB colors in percentages

R + G + B = 87 + 85 + 90 = 262 (100%)
R 87 of 262 ~ 33.21%
G 85 of 262 ~ 32.44%
B 90 of 262 ~ 34.35'%

%33.21
%32.44
%34.35

CMYK color model

#57555A color CMYK value is (3,6,0,65).

  • cyan value is 3.33%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (3,6,0,65) C3M6Y0K65 (3%,6%,0%,65%) (0.03/0.06/0.00/0.65) 

CMYK percentages

%3.33
%5.56
%0
%64.71

Codes

Color #57555A in popluar color models

57 55 5A
RGB 87 85 90
HSL 264° 2.86% 34.31%
HSB/HSV 264° 5.56% 35.29%
CMYK 3.33% 5.56% 0.00%
64.71%

Color #57555A in popluar number systems.

HEX 57 55 5A
Decimal 87 85 90
Binary 1010111 1010101 1011010
Octal 127 125 132

Shades and tints

Shades of #57555A

#57555A
(87,85,90)
#504E52
(80,78,82)
#49474A
(73,71,74)
#424042
(66,64,66)
#3B393A
(59,57,58)
#343232
(52,50,50)
#2D2B2A
(45,43,42)
#262422
(38,36,34)
#1F1D1A
(31,29,26)
#181612
(24,22,18)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #57555A

#57555A
(87,85,90)
#666469
(102,100,105)
#757378
(117,115,120)
#848287
(132,130,135)
#939196
(147,145,150)
#A2A0A5
(162,160,165)
#B1AFB4
(177,175,180)
#C0BEC3
(192,190,195)
#CFCDD2
(207,205,210)
#DEDCE1
(222,220,225)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57555A; }

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

This text font color is #57555A.

Background Color

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

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

This div background color is #57555A.

Border color

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

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

This div border color is #57555A.

Opacity

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

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

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

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

This text has shadow with #57555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57555A.

Preview

Color preview on black background

This text has color #57555A on black background.


Color preview on white background

This text has color #57555A on white background.


Black color preview on #57555A background

This text has black color on #57555A background.


White color preview on #57555A background

This text has white color on #57555A background.


Related colors

Complementary color

Complementary color for #hex is #A8AAA5.


I love getcolorcode.com

Triadic colors

1 #5A5755 and #555A57 with #57555A are triadic colors.

2 #5A5557 and #55575A with #57555A are triadic colors.