COLOR #5B585D

HEX: #5B585D
RGB: (91,88,93)

Color info

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

RGB color model

#5B585D color RGB value is (91,88,93).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 93 of 255 = 36%

91
88
93

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

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 93 = 272 (100%)
R 91 of 272 ~ 33.46%
G 88 of 272 ~ 32.35%
B 93 of 272 ~ 34.19%

%33.46
%32.35
%34.19

CMYK color model

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

  • cyan value is 2.15%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(2,5,0,64)
C2M5Y0K64 
(2%,5%,0%,64%)
(0.02/0.05/0.00/0.64)	

CMYK percentages

%2.15
%5.38
%0
%63.53

Codes

Color #5B585D in popluar color models

5B585D
RGB918893
HSL276°2.76%35.49%
HSB/HSV276°5.38%36.47%
CMYK2.15%5.38%0.00%
63.53%

Color #5B585D in popluar number systems.

HEX5B585D
Decimal918893
Binary101101110110001011101
Octal133130135

Shades and tints

Shades of #5B585D

#5B585D
(91,88,93)
#535055
(83,80,85)
#4B484D
(75,72,77)
#434045
(67,64,69)
#3B383D
(59,56,61)
#333035
(51,48,53)
#2B282D
(43,40,45)
#232025
(35,32,37)
#1B181D
(27,24,29)
#131015
(19,16,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #5B585D

#5B585D
(91,88,93)
#69676B
(105,103,107)
#777679
(119,118,121)
#858587
(133,133,135)
#939495
(147,148,149)
#A1A3A3
(161,163,163)
#AFB2B1
(175,178,177)
#BDC1BF
(189,193,191)
#CBD0CD
(203,208,205)
#D9DFDB
(217,223,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B585D; }

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

This text font color is #5B585D.


Background Color

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

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

This div background color is #5B585D.


Border color

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

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

This div border color is #5B585D.


Opacity

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

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

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

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

This text has shadow with #5B585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B585D on black background.


Color preview on white background

This text has color #5B585D on white background.



Black color preview on #5B585D background

This text has black color on #5B585D background.


White color preview on #5B585D background

This text has white color on #5B585D background.