COLOR #5B5A5B

HEX: #5B5A5B
RGB: (91,90,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
90
91

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

Portions of RGB colors in percentages

R + G + B =
91 + 90 + 91 = 272 (100%)
R 91 of 272 ~ 33.46%
G 90 of 272 ~ 33.09%
B 91 of 272 ~ 33.46%

%33.46
%33.09
%33.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(0,1,0,64)
C0M1Y0K64 
(0%,1%,0%,64%)
(0.00/0.01/0.00/0.64)	

CMYK percentages

%0
%1.1
%0
%64.31

Codes

Color #5B5A5B in popluar color models

5B5A5B
RGB919091
HSL300°0.55%35.49%
HSB/HSV300°1.10%35.69%
CMYK0.00%1.10%0.00%
64.31%

Color #5B5A5B in popluar number systems.

HEX5B5A5B
Decimal919091
Binary101101110110101011011
Octal133132133

Shades and tints

Shades of #5B5A5B

#5B5A5B
(91,90,91)
#535253
(83,82,83)
#4B4A4B
(75,74,75)
#434243
(67,66,67)
#3B3A3B
(59,58,59)
#333233
(51,50,51)
#2B2A2B
(43,42,43)
#232223
(35,34,35)
#1B1A1B
(27,26,27)
#131213
(19,18,19)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B5A5B

#5B5A5B
(91,90,91)
#696969
(105,105,105)
#777877
(119,120,119)
#858785
(133,135,133)
#939693
(147,150,147)
#A1A5A1
(161,165,161)
#AFB4AF
(175,180,175)
#BDC3BD
(189,195,189)
#CBD2CB
(203,210,203)
#D9E1D9
(217,225,217)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5A5B; }

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

This text font color is #5B5A5B.


Background Color

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

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

This div background color is #5B5A5B.


Border color

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

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

This div border color is #5B5A5B.


Opacity

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

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

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

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

This text has shadow with #5B5A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5A5B on black background.


Color preview on white background

This text has color #5B5A5B on white background.



Black color preview on #5B5A5B background

This text has black color on #5B5A5B background.


White color preview on #5B5A5B background

This text has white color on #5B5A5B background.