COLOR #555E5C

HEX: #555E5C RGB: (85,94,92)

Color info

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

RGB color model

#555E5C color RGB value is (85,94,92).

RGB: (85,94,92) (33%, 37%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 92 of 255 = 36%

85
94
92

R + G + B ~ 35%. #555E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 94 + 92 = 271 (100%)
R 85 of 271 ~ 31.37%
G 94 of 271 ~ 34.69%
B 92 of 271 ~ 33.95'%

%31.37
%34.69
%33.95

CMYK color model

#555E5C color CMYK value is (10,0,2,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 63.14%

CMYK: (10,0,2,63)
C10M0Y2K63 (10%, 0%, 2%, 63%)
(0.10 / 0.00 / 0.02 / 0.63)

CMYK percentages

%9.57
%0
%2.13
%63.14

Codes

Color #555E5C in popluar color models

55 5E 5C
RGB 85 94 92
HSL 167° 5.03% 35.10%
HSB/HSV 167° 9.57% 36.86%
CMYK 9.57% 0.00% 2.13%
63.14%

Color #555E5C in popluar number systems.

HEX 55 5E 5C
Decimal 85 94 92
Binary 1010101 1011110 1011100
Octal 125 136 134

Shades and tints

Shades of #555E5C

#555E5C
(85,94,92)
#4E5654
(78,86,84)
#474E4C
(71,78,76)
#404644
(64,70,68)
#393E3C
(57,62,60)
#323634
(50,54,52)
#2B2E2C
(43,46,44)
#242624
(36,38,36)
#1D1E1C
(29,30,28)
#161614
(22,22,20)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #555E5C

#555E5C
(85,94,92)
#646C6A
(100,108,106)
#737A78
(115,122,120)
#828886
(130,136,134)
#919694
(145,150,148)
#A0A4A2
(160,164,162)
#AFB2B0
(175,178,176)
#BEC0BE
(190,192,190)
#CDCECC
(205,206,204)
#DCDCDA
(220,220,218)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555E5C color. Also use rgb(85,94,92) instead hex code.

Text Font Color

.myTextColor { color: #555E5C; }

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

This text font color is #555E5C.

Background Color

.myBgColor { background-color: #555E5C; }

<div style="background-color:#555E5C">Inner text</div>

This div background color is #555E5C.

Border color

.myBorderColor { border: 1px solid #555E5C; }

<div style="border:3px solid #555E5C">Div</div>

This div border color is #555E5C.

Opacity

.myOpacity80 { color: #555E5C; opacity: 0.8; }

<p style="color:#555E5C;opacity:0.8;">80%</p>

Text with #555E5C 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 #555E5C;}

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

This text has shadow with #555E5C color.


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

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

This text has shadow with #555E5C primary color and red secondary color.


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

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

This text has shadow with #555E5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #555E5C.

Preview

Color preview on black background

This text has color #555E5C on black background.


Color preview on white background

This text has color #555E5C on white background.


Black color preview on #555E5C background

This text has black color on #555E5C background.


White color preview on #555E5C background

This text has white color on #555E5C background.


Related colors

Complementary color

Complementary color for #hex is #AAA1A3.


I love getcolorcode.com

Triadic colors

1 #5C555E and #5E5C55 with #555E5C are triadic colors.

2 #5C5E55 and #5E555C with #555E5C are triadic colors.