COLOR #5B5051

HEX: #5B5051 RGB: (91,80,81)

Color info

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

RGB color model

#5B5051 color RGB value is (91,80,81).

RGB: (91,80,81) (36%, 31%, 32%)

RGB channels and saturation

R 91 of 255 = 36%
G 80 of 255 = 31%
B 81 of 255 = 32%

91
80
81

R + G + B ~ 33%. #5B5051 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 80 + 81 = 252 (100%)
R 91 of 252 ~ 36.11%
G 80 of 252 ~ 31.75%
B 81 of 252 ~ 32.14'%

%36.11
%31.75
%32.14

CMYK color model

#5B5051 color CMYK value is (0,12,11,64).

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

CMYK: (0,12,11,64)
C0M12Y11K64 (0%, 12%, 11%, 64%)
(0.00 / 0.12 / 0.11 / 0.64)

CMYK percentages

%0
%12.09
%10.99
%64.31

Codes

Color #5B5051 in popluar color models

5B 50 51
RGB 91 80 81
HSL 355° 6.43% 33.53%
HSB/HSV 355° 12.09% 35.69%
CMYK 0.00% 12.09% 10.99%
64.31%

Color #5B5051 in popluar number systems.

HEX 5B 50 51
Decimal 91 80 81
Binary 1011011 1010000 1010001
Octal 133 120 121

Shades and tints

Shades of #5B5051

#5B5051
(91,80,81)
#53494A
(83,73,74)
#4B4243
(75,66,67)
#433B3C
(67,59,60)
#3B3435
(59,52,53)
#332D2E
(51,45,46)
#2B2627
(43,38,39)
#231F20
(35,31,32)
#1B1819
(27,24,25)
#131112
(19,17,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B5051

#5B5051
(91,80,81)
#695F60
(105,95,96)
#776E6F
(119,110,111)
#857D7E
(133,125,126)
#938C8D
(147,140,141)
#A19B9C
(161,155,156)
#AFAAAB
(175,170,171)
#BDB9BA
(189,185,186)
#CBC8C9
(203,200,201)
#D9D7D8
(217,215,216)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5051 color. Also use rgb(91,80,81) instead hex code.

Text Font Color

.myTextColor { color: #5B5051; }

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

This text font color is #5B5051.

Background Color

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

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

This div background color is #5B5051.

Border color

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

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

This div border color is #5B5051.

Opacity

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

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

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

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

This text has shadow with #5B5051 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5051.

Preview

Color preview on black background

This text has color #5B5051 on black background.


Color preview on white background

This text has color #5B5051 on white background.


Black color preview on #5B5051 background

This text has black color on #5B5051 background.


White color preview on #5B5051 background

This text has white color on #5B5051 background.


Related colors

Complementary color

Complementary color for #hex is #A4AFAE.


I love getcolorcode.com

Triadic colors

1 #515B50 and #50515B with #5B5051 are triadic colors.

2 #51505B and #505B51 with #5B5051 are triadic colors.