COLOR #5B5E60

HEX: #5B5E60
RGB: (91,94,96)

Color info

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

RGB color model

#5B5E60 color RGB value is (91,94,96).

  • red value is 91;
  • green value is 94;
  • blue value is 96.
RGB:
(91,94,96)
(36%,37%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 94 of 255 = 37%
B 96 of 255 = 38%

91
94
96

R + G + B ~ 37%. #5B5E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 94 + 96 = 281 (100%)
R 91 of 281 ~ 32.38%
G 94 of 281 ~ 33.45%
B 96 of 281 ~ 34.16%

%32.38
%33.45
%34.16

CMYK color model

#5B5E60 color CMYK value is (5,2,0,62).

  • cyan value is 5.21%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(5,2,0,62)
C5M2Y0K62 
(5%,2%,0%,62%)
(0.05/0.02/0.00/0.62)	

CMYK percentages

%5.21
%2.08
%0
%62.35

Codes

Color #5B5E60 in popluar color models

5B5E60
RGB919496
HSL204°2.67%36.67%
HSB/HSV204°5.21%37.65%
CMYK5.21%2.08%0.00%
62.35%

Color #5B5E60 in popluar number systems.

HEX5B5E60
Decimal919496
Binary101101110111101100000
Octal133136140

Shades and tints

Shades of #5B5E60

#5B5E60
(91,94,96)
#535658
(83,86,88)
#4B4E50
(75,78,80)
#434648
(67,70,72)
#3B3E40
(59,62,64)
#333638
(51,54,56)
#2B2E30
(43,46,48)
#232628
(35,38,40)
#1B1E20
(27,30,32)
#131618
(19,22,24)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #5B5E60

#5B5E60
(91,94,96)
#696C6E
(105,108,110)
#777A7C
(119,122,124)
#85888A
(133,136,138)
#939698
(147,150,152)
#A1A4A6
(161,164,166)
#AFB2B4
(175,178,180)
#BDC0C2
(189,192,194)
#CBCED0
(203,206,208)
#D9DCDE
(217,220,222)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5E60; }

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

This text font color is #5B5E60.


Background Color

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

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

This div background color is #5B5E60.


Border color

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

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

This div border color is #5B5E60.


Opacity

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

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

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

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

This text has shadow with #5B5E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5E60 on black background.


Color preview on white background

This text has color #5B5E60 on white background.



Black color preview on #5B5E60 background

This text has black color on #5B5E60 background.


White color preview on #5B5E60 background

This text has white color on #5B5E60 background.