COLOR #5B5A66

HEX: #5B5A66
RGB: (91,90,102)

Color info

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

RGB color model

#5B5A66 color RGB value is (91,90,102).

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

RGB channels and saturation

R 91 of 255 = 36%
G 90 of 255 = 35%
B 102 of 255 = 40%

91
90
102

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

Portions of RGB colors in percentages

R + G + B =
91 + 90 + 102 = 283 (100%)
R 91 of 283 ~ 32.16%
G 90 of 283 ~ 31.8%
B 102 of 283 ~ 36.04%

%32.16
%31.8
%36.04

CMYK color model

#5B5A66 color CMYK value is (11,12,0,60).

  • cyan value is 10.78%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(11,12,0,60)
C11M12Y0K60 
(11%,12%,0%,60%)
(0.11/0.12/0.00/0.60)	

CMYK percentages

%10.78
%11.76
%0
%60

Codes

Color #5B5A66 in popluar color models

5B5A66
RGB9190102
HSL245°6.25%37.65%
HSB/HSV245°11.76%40.00%
CMYK10.78%11.76%0.00%
60.00%

Color #5B5A66 in popluar number systems.

HEX5B5A66
Decimal9190102
Binary101101110110101100110
Octal133132146

Shades and tints

Shades of #5B5A66

#5B5A66
(91,90,102)
#53525D
(83,82,93)
#4B4A54
(75,74,84)
#43424B
(67,66,75)
#3B3A42
(59,58,66)
#333239
(51,50,57)
#2B2A30
(43,42,48)
#232227
(35,34,39)
#1B1A1E
(27,26,30)
#131215
(19,18,21)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #5B5A66

#5B5A66
(91,90,102)
#696973
(105,105,115)
#777880
(119,120,128)
#85878D
(133,135,141)
#93969A
(147,150,154)
#A1A5A7
(161,165,167)
#AFB4B4
(175,180,180)
#BDC3C1
(189,195,193)
#CBD2CE
(203,210,206)
#D9E1DB
(217,225,219)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5A66; }

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

This text font color is #5B5A66.


Background Color

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

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

This div background color is #5B5A66.


Border color

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

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

This div border color is #5B5A66.


Opacity

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

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

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

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

This text has shadow with #5B5A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5A66 on black background.


Color preview on white background

This text has color #5B5A66 on white background.



Black color preview on #5B5A66 background

This text has black color on #5B5A66 background.


White color preview on #5B5A66 background

This text has white color on #5B5A66 background.