COLOR #5B595C

HEX: #5B595C
RGB: (91,89,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
89
92

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

Portions of RGB colors in percentages

R + G + B =
91 + 89 + 92 = 272 (100%)
R 91 of 272 ~ 33.46%
G 89 of 272 ~ 32.72%
B 92 of 272 ~ 33.82%

%33.46
%32.72
%33.82

CMYK color model

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

  • cyan value is 1.09%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(1,3,0,64)
C1M3Y0K64 
(1%,3%,0%,64%)
(0.01/0.03/0.00/0.64)	

CMYK percentages

%1.09
%3.26
%0
%63.92

Codes

Color #5B595C in popluar color models

5B595C
RGB918992
HSL280°1.66%35.49%
HSB/HSV280°3.26%36.08%
CMYK1.09%3.26%0.00%
63.92%

Color #5B595C in popluar number systems.

HEX5B595C
Decimal918992
Binary101101110110011011100
Octal133131134

Shades and tints

Shades of #5B595C

#5B595C
(91,89,92)
#535154
(83,81,84)
#4B494C
(75,73,76)
#434144
(67,65,68)
#3B393C
(59,57,60)
#333134
(51,49,52)
#2B292C
(43,41,44)
#232124
(35,33,36)
#1B191C
(27,25,28)
#131114
(19,17,20)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #5B595C

#5B595C
(91,89,92)
#69686A
(105,104,106)
#777778
(119,119,120)
#858686
(133,134,134)
#939594
(147,149,148)
#A1A4A2
(161,164,162)
#AFB3B0
(175,179,176)
#BDC2BE
(189,194,190)
#CBD1CC
(203,209,204)
#D9E0DA
(217,224,218)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B595C; }

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

This text font color is #5B595C.


Background Color

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

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

This div background color is #5B595C.


Border color

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

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

This div border color is #5B595C.


Opacity

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

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

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

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

This text has shadow with #5B595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B595C on black background.


Color preview on white background

This text has color #5B595C on white background.



Black color preview on #5B595C background

This text has black color on #5B595C background.


White color preview on #5B595C background

This text has white color on #5B595C background.