COLOR #5B585F

HEX: #5B585F
RGB: (91,88,95)

Color info

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

RGB color model

#5B585F color RGB value is (91,88,95).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 95 of 255 = 37%

91
88
95

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

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 95 = 274 (100%)
R 91 of 274 ~ 33.21%
G 88 of 274 ~ 32.12%
B 95 of 274 ~ 34.67%

%33.21
%32.12
%34.67

CMYK color model

#5B585F color CMYK value is (4,7,0,63).

  • cyan value is 4.21%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(4,7,0,63)
C4M7Y0K63 
(4%,7%,0%,63%)
(0.04/0.07/0.00/0.63)	

CMYK percentages

%4.21
%7.37
%0
%62.75

Codes

Color #5B585F in popluar color models

5B585F
RGB918895
HSL266°3.83%35.88%
HSB/HSV266°7.37%37.25%
CMYK4.21%7.37%0.00%
62.75%

Color #5B585F in popluar number systems.

HEX5B585F
Decimal918895
Binary101101110110001011111
Octal133130137

Shades and tints

Shades of #5B585F

#5B585F
(91,88,95)
#535057
(83,80,87)
#4B484F
(75,72,79)
#434047
(67,64,71)
#3B383F
(59,56,63)
#333037
(51,48,55)
#2B282F
(43,40,47)
#232027
(35,32,39)
#1B181F
(27,24,31)
#131017
(19,16,23)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #5B585F

#5B585F
(91,88,95)
#69676D
(105,103,109)
#77767B
(119,118,123)
#858589
(133,133,137)
#939497
(147,148,151)
#A1A3A5
(161,163,165)
#AFB2B3
(175,178,179)
#BDC1C1
(189,193,193)
#CBD0CF
(203,208,207)
#D9DFDD
(217,223,221)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B585F; }

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

This text font color is #5B585F.


Background Color

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

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

This div background color is #5B585F.


Border color

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

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

This div border color is #5B585F.


Opacity

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

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

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

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

This text has shadow with #5B585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B585F on black background.


Color preview on white background

This text has color #5B585F on white background.



Black color preview on #5B585F background

This text has black color on #5B585F background.


White color preview on #5B585F background

This text has white color on #5B585F background.