COLOR #555B51

HEX: #555B51 RGB: (85,91,81)

Color info

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

RGB color model

#555B51 color RGB value is (85,91,81).

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

RGB channels and saturation

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

85
91
81

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

Portions of RGB colors in percentages

R + G + B = 85 + 91 + 81 = 257 (100%)
R 85 of 257 ~ 33.07%
G 91 of 257 ~ 35.41%
B 81 of 257 ~ 31.52'%

%33.07
%35.41
%31.52

CMYK color model

#555B51 color CMYK value is (7,0,11,64).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 64.31%

CMYK: (7,0,11,64)
C7M0Y11K64 (7%, 0%, 11%, 64%)
(0.07 / 0.00 / 0.11 / 0.64)

CMYK percentages

%6.59
%0
%10.99
%64.31

Codes

Color #555B51 in popluar color models

55 5B 51
RGB 85 91 81
HSL 96° 5.81% 33.73%
HSB/HSV 96° 10.99% 35.69%
CMYK 6.59% 0.00% 10.99%
64.31%

Color #555B51 in popluar number systems.

HEX 55 5B 51
Decimal 85 91 81
Binary 1010101 1011011 1010001
Octal 125 133 121

Shades and tints

Shades of #555B51

#555B51
(85,91,81)
#4E534A
(78,83,74)
#474B43
(71,75,67)
#40433C
(64,67,60)
#393B35
(57,59,53)
#32332E
(50,51,46)
#2B2B27
(43,43,39)
#242320
(36,35,32)
#1D1B19
(29,27,25)
#161312
(22,19,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #555B51

#555B51
(85,91,81)
#646960
(100,105,96)
#73776F
(115,119,111)
#82857E
(130,133,126)
#91938D
(145,147,141)
#A0A19C
(160,161,156)
#AFAFAB
(175,175,171)
#BEBDBA
(190,189,186)
#CDCBC9
(205,203,201)
#DCD9D8
(220,217,216)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B51; }

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

This text font color is #555B51.

Background Color

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

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

This div background color is #555B51.

Border color

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

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

This div border color is #555B51.

Opacity

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

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

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

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

This text has shadow with #555B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555B51.

Preview

Color preview on black background

This text has color #555B51 on black background.


Color preview on white background

This text has color #555B51 on white background.


Black color preview on #555B51 background

This text has black color on #555B51 background.


White color preview on #555B51 background

This text has white color on #555B51 background.


Related colors

Complementary color

Complementary color for #hex is #AAA4AE.


I love getcolorcode.com

Triadic colors

1 #51555B and #5B5155 with #555B51 are triadic colors.

2 #515B55 and #5B5551 with #555B51 are triadic colors.