COLOR #555D51

HEX: #555D51 RGB: (85,93,81)

Color info

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

RGB color model

#555D51 color RGB value is (85,93,81).

RGB: (85,93,81) (33%, 36%, 32%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 81 of 255 = 32%

85
93
81

R + G + B ~ 34%. #555D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 93 + 81 = 259 (100%)
R 85 of 259 ~ 32.82%
G 93 of 259 ~ 35.91%
B 81 of 259 ~ 31.27'%

%32.82
%35.91
%31.27

CMYK color model

#555D51 color CMYK value is (9,0,13,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 63.53%

CMYK: (9,0,13,64)
C9M0Y13K64 (9%, 0%, 13%, 64%)
(0.09 / 0.00 / 0.13 / 0.64)

CMYK percentages

%8.6
%0
%12.9
%63.53

Codes

Color #555D51 in popluar color models

55 5D 51
RGB 85 93 81
HSL 100° 6.90% 34.12%
HSB/HSV 100° 12.90% 36.47%
CMYK 8.60% 0.00% 12.90%
63.53%

Color #555D51 in popluar number systems.

HEX 55 5D 51
Decimal 85 93 81
Binary 1010101 1011101 1010001
Octal 125 135 121

Shades and tints

Shades of #555D51

#555D51
(85,93,81)
#4E554A
(78,85,74)
#474D43
(71,77,67)
#40453C
(64,69,60)
#393D35
(57,61,53)
#32352E
(50,53,46)
#2B2D27
(43,45,39)
#242520
(36,37,32)
#1D1D19
(29,29,25)
#161512
(22,21,18)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #555D51

#555D51
(85,93,81)
#646B60
(100,107,96)
#73796F
(115,121,111)
#82877E
(130,135,126)
#91958D
(145,149,141)
#A0A39C
(160,163,156)
#AFB1AB
(175,177,171)
#BEBFBA
(190,191,186)
#CDCDC9
(205,205,201)
#DCDBD8
(220,219,216)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D51; }

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

This text font color is #555D51.

Background Color

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

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

This div background color is #555D51.

Border color

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

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

This div border color is #555D51.

Opacity

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

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

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

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

This text has shadow with #555D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555D51.

Preview

Color preview on black background

This text has color #555D51 on black background.


Color preview on white background

This text has color #555D51 on white background.


Black color preview on #555D51 background

This text has black color on #555D51 background.


White color preview on #555D51 background

This text has white color on #555D51 background.


Related colors

Complementary color

Complementary color for #hex is #AAA2AE.


I love getcolorcode.com

Triadic colors

1 #51555D and #5D5155 with #555D51 are triadic colors.

2 #515D55 and #5D5551 with #555D51 are triadic colors.