COLOR #5B5C57

HEX: #5B5C57 RGB: (91,92,87)

Color info

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

RGB color model

#5B5C57 color RGB value is (91,92,87).

RGB: (91,92,87) (36%, 36%, 34%)

RGB channels and saturation

R 91 of 255 = 36%
G 92 of 255 = 36%
B 87 of 255 = 34%

91
92
87

R + G + B ~ 35%. #5B5C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 92 + 87 = 270 (100%)
R 91 of 270 ~ 33.7%
G 92 of 270 ~ 34.07%
B 87 of 270 ~ 32.22'%

%33.7
%34.07
%32.22

CMYK color model

#5B5C57 color CMYK value is (1,0,5,64).

  • cyan value is 1.09%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 63.92%

CMYK: (1,0,5,64)
C1M0Y5K64 (1%, 0%, 5%, 64%)
(0.01 / 0.00 / 0.05 / 0.64)

CMYK percentages

%1.09
%0
%5.43
%63.92

Codes

Color #5B5C57 in popluar color models

5B 5C 57
RGB 91 92 87
HSL 72° 2.79% 35.10%
HSB/HSV 72° 5.43% 36.08%
CMYK 1.09% 0.00% 5.43%
63.92%

Color #5B5C57 in popluar number systems.

HEX 5B 5C 57
Decimal 91 92 87
Binary 1011011 1011100 1010111
Octal 133 134 127

Shades and tints

Shades of #5B5C57

#5B5C57
(91,92,87)
#535450
(83,84,80)
#4B4C49
(75,76,73)
#434442
(67,68,66)
#3B3C3B
(59,60,59)
#333434
(51,52,52)
#2B2C2D
(43,44,45)
#232426
(35,36,38)
#1B1C1F
(27,28,31)
#131418
(19,20,24)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #5B5C57

#5B5C57
(91,92,87)
#696A66
(105,106,102)
#777875
(119,120,117)
#858684
(133,134,132)
#939493
(147,148,147)
#A1A2A2
(161,162,162)
#AFB0B1
(175,176,177)
#BDBEC0
(189,190,192)
#CBCCCF
(203,204,207)
#D9DADE
(217,218,222)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5C57 color. Also use rgb(91,92,87) instead hex code.

Text Font Color

.myTextColor { color: #5B5C57; }

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

This text font color is #5B5C57.

Background Color

.myBgColor { background-color: #5B5C57; }

<div style="background-color:#5B5C57">Inner text</div>

This div background color is #5B5C57.

Border color

.myBorderColor { border: 1px solid #5B5C57; }

<div style="border:3px solid #5B5C57">Div</div>

This div border color is #5B5C57.

Opacity

.myOpacity80 { color: #5B5C57; opacity: 0.8; }

<p style="color:#5B5C57;opacity:0.8;">80%</p>

Text with #5B5C57 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 #5B5C57;}

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

This text has shadow with #5B5C57 color.


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

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

This text has shadow with #5B5C57 primary color and red secondary color.


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

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

This text has shadow with #5B5C57 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5B5C57.

Preview

Color preview on black background

This text has color #5B5C57 on black background.


Color preview on white background

This text has color #5B5C57 on white background.


Black color preview on #5B5C57 background

This text has black color on #5B5C57 background.


White color preview on #5B5C57 background

This text has white color on #5B5C57 background.


Related colors

Complementary color

Complementary color for #hex is #A4A3A8.


I love getcolorcode.com

Triadic colors

1 #575B5C and #5C575B with #5B5C57 are triadic colors.

2 #575C5B and #5C5B57 with #5B5C57 are triadic colors.