COLOR #555F5B

HEX: #555F5B RGB: (85,95,91)

Color info

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

RGB color model

#555F5B color RGB value is (85,95,91).

RGB: (85,95,91) (33%, 37%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 91 of 255 = 36%

85
95
91

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

Portions of RGB colors in percentages

R + G + B = 85 + 95 + 91 = 271 (100%)
R 85 of 271 ~ 31.37%
G 95 of 271 ~ 35.06%
B 91 of 271 ~ 33.58'%

%31.37
%35.06
%33.58

CMYK color model

#555F5B color CMYK value is (11,0,4,63).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 62.75%

CMYK: (11,0,4,63)
C11M0Y4K63 (11%, 0%, 4%, 63%)
(0.11 / 0.00 / 0.04 / 0.63)

CMYK percentages

%10.53
%0
%4.21
%62.75

Codes

Color #555F5B in popluar color models

55 5F 5B
RGB 85 95 91
HSL 156° 5.56% 35.29%
HSB/HSV 156° 10.53% 37.25%
CMYK 10.53% 0.00% 4.21%
62.75%

Color #555F5B in popluar number systems.

HEX 55 5F 5B
Decimal 85 95 91
Binary 1010101 1011111 1011011
Octal 125 137 133

Shades and tints

Shades of #555F5B

#555F5B
(85,95,91)
#4E5753
(78,87,83)
#474F4B
(71,79,75)
#404743
(64,71,67)
#393F3B
(57,63,59)
#323733
(50,55,51)
#2B2F2B
(43,47,43)
#242723
(36,39,35)
#1D1F1B
(29,31,27)
#161713
(22,23,19)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #555F5B

#555F5B
(85,95,91)
#646D69
(100,109,105)
#737B77
(115,123,119)
#828985
(130,137,133)
#919793
(145,151,147)
#A0A5A1
(160,165,161)
#AFB3AF
(175,179,175)
#BEC1BD
(190,193,189)
#CDCFCB
(205,207,203)
#DCDDD9
(220,221,217)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F5B; }

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

This text font color is #555F5B.

Background Color

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

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

This div background color is #555F5B.

Border color

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

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

This div border color is #555F5B.

Opacity

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

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

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

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

This text has shadow with #555F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555F5B.

Preview

Color preview on black background

This text has color #555F5B on black background.


Color preview on white background

This text has color #555F5B on white background.


Black color preview on #555F5B background

This text has black color on #555F5B background.


White color preview on #555F5B background

This text has white color on #555F5B background.


Related colors

Complementary color

Complementary color for #hex is #AAA0A4.


I love getcolorcode.com

Triadic colors

1 #5B555F and #5F5B55 with #555F5B are triadic colors.

2 #5B5F55 and #5F555B with #555F5B are triadic colors.