COLOR #555D5C

HEX: #555D5C RGB: (85,93,92)

Color info

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

RGB color model

#555D5C color RGB value is (85,93,92).

RGB: (85,93,92) (33%, 36%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 92 of 255 = 36%

85
93
92

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

Portions of RGB colors in percentages

R + G + B = 85 + 93 + 92 = 270 (100%)
R 85 of 270 ~ 31.48%
G 93 of 270 ~ 34.44%
B 92 of 270 ~ 34.07'%

%31.48
%34.44
%34.07

CMYK color model

#555D5C color CMYK value is (9,0,1,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 63.53%
CMYK: (9,0,1,64) C9M0Y1K64 (9%,0%,1%,64%) (0.09/0.00/0.01/0.64) 

CMYK percentages

%8.6
%0
%1.08
%63.53

Codes

Color #555D5C in popluar color models

55 5D 5C
RGB 85 93 92
HSL 173° 4.49% 34.90%
HSB/HSV 173° 8.60% 36.47%
CMYK 8.60% 0.00% 1.08%
63.53%

Color #555D5C in popluar number systems.

HEX 55 5D 5C
Decimal 85 93 92
Binary 1010101 1011101 1011100
Octal 125 135 134

Shades and tints

Shades of #555D5C

#555D5C
(85,93,92)
#4E5554
(78,85,84)
#474D4C
(71,77,76)
#404544
(64,69,68)
#393D3C
(57,61,60)
#323534
(50,53,52)
#2B2D2C
(43,45,44)
#242524
(36,37,36)
#1D1D1C
(29,29,28)
#161514
(22,21,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #555D5C

#555D5C
(85,93,92)
#646B6A
(100,107,106)
#737978
(115,121,120)
#828786
(130,135,134)
#919594
(145,149,148)
#A0A3A2
(160,163,162)
#AFB1B0
(175,177,176)
#BEBFBE
(190,191,190)
#CDCDCC
(205,205,204)
#DCDBDA
(220,219,218)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D5C; }

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

This text font color is #555D5C.

Background Color

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

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

This div background color is #555D5C.

Border color

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

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

This div border color is #555D5C.

Opacity

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

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

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

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

This text has shadow with #555D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555D5C.

Preview

Color preview on black background

This text has color #555D5C on black background.


Color preview on white background

This text has color #555D5C on white background.


Black color preview on #555D5C background

This text has black color on #555D5C background.


White color preview on #555D5C background

This text has white color on #555D5C background.


Related colors

Complementary color

Complementary color for #hex is #AAA2A3.


I love getcolorcode.com

Triadic colors

1 #5C555D and #5D5C55 with #555D5C are triadic colors.

2 #5C5D55 and #5D555C with #555D5C are triadic colors.