COLOR #5B595B

HEX: #5B595B
RGB: (91,89,91)

Color info

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

RGB color model

#5B595B color RGB value is (91,89,91).

  • red value is 91;
  • green value is 89;
  • blue value is 91.
RGB:
(91,89,91)
(36%,35%,36%)

RGB channels and saturation

R 91 of 255 = 36%
G 89 of 255 = 35%
B 91 of 255 = 36%

91
89
91

R + G + B ~ 36%. #5B595B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 89 + 91 = 271 (100%)
R 91 of 271 ~ 33.58%
G 89 of 271 ~ 32.84%
B 91 of 271 ~ 33.58%

%33.58
%32.84
%33.58

CMYK color model

#5B595B color CMYK value is (0,2,0,64).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(0,2,0,64)
C0M2Y0K64 
(0%,2%,0%,64%)
(0.00/0.02/0.00/0.64)	

CMYK percentages

%0
%2.2
%0
%64.31

Codes

Color #5B595B in popluar color models

5B595B
RGB918991
HSL300°1.11%35.29%
HSB/HSV300°2.20%35.69%
CMYK0.00%2.20%0.00%
64.31%

Color #5B595B in popluar number systems.

HEX5B595B
Decimal918991
Binary101101110110011011011
Octal133131133

Shades and tints

Shades of #5B595B

#5B595B
(91,89,91)
#535153
(83,81,83)
#4B494B
(75,73,75)
#434143
(67,65,67)
#3B393B
(59,57,59)
#333133
(51,49,51)
#2B292B
(43,41,43)
#232123
(35,33,35)
#1B191B
(27,25,27)
#131113
(19,17,19)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #5B595B

#5B595B
(91,89,91)
#696869
(105,104,105)
#777777
(119,119,119)
#858685
(133,134,133)
#939593
(147,149,147)
#A1A4A1
(161,164,161)
#AFB3AF
(175,179,175)
#BDC2BD
(189,194,189)
#CBD1CB
(203,209,203)
#D9E0D9
(217,224,217)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B595B; }

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

This text font color is #5B595B.


Background Color

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

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

This div background color is #5B595B.


Border color

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

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

This div border color is #5B595B.


Opacity

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

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

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

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

This text has shadow with #5B595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B595B on black background.


Color preview on white background

This text has color #5B595B on white background.



Black color preview on #5B595B background

This text has black color on #5B595B background.


White color preview on #5B595B background

This text has white color on #5B595B background.