COLOR #5B5E5A

HEX: #5B5E5A
RGB: (91,94,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
94
90

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

Portions of RGB colors in percentages

R + G + B =
91 + 94 + 90 = 275 (100%)
R 91 of 275 ~ 33.09%
G 94 of 275 ~ 34.18%
B 90 of 275 ~ 32.73%

%33.09
%34.18
%32.73

CMYK color model

#5B5E5A color CMYK value is (3,0,4,63).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 63.14%
CMYK:
(3,0,4,63)
C3M0Y4K63 
(3%,0%,4%,63%)
(0.03/0.00/0.04/0.63)	

CMYK percentages

%3.19
%0
%4.26
%63.14

Codes

Color #5B5E5A in popluar color models

5B5E5A
RGB919490
HSL105°2.17%36.08%
HSB/HSV105°4.26%36.86%
CMYK3.19%0.00%4.26%
63.14%

Color #5B5E5A in popluar number systems.

HEX5B5E5A
Decimal919490
Binary101101110111101011010
Octal133136132

Shades and tints

Shades of #5B5E5A

#5B5E5A
(91,94,90)
#535652
(83,86,82)
#4B4E4A
(75,78,74)
#434642
(67,70,66)
#3B3E3A
(59,62,58)
#333632
(51,54,50)
#2B2E2A
(43,46,42)
#232622
(35,38,34)
#1B1E1A
(27,30,26)
#131612
(19,22,18)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #5B5E5A

#5B5E5A
(91,94,90)
#696C69
(105,108,105)
#777A78
(119,122,120)
#858887
(133,136,135)
#939696
(147,150,150)
#A1A4A5
(161,164,165)
#AFB2B4
(175,178,180)
#BDC0C3
(189,192,195)
#CBCED2
(203,206,210)
#D9DCE1
(217,220,225)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5E5A; }

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

This text font color is #5B5E5A.


Background Color

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

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

This div background color is #5B5E5A.


Border color

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

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

This div border color is #5B5E5A.


Opacity

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

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

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

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

This text has shadow with #5B5E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5E5A on black background.


Color preview on white background

This text has color #5B5E5A on white background.



Black color preview on #5B5E5A background

This text has black color on #5B5E5A background.


White color preview on #5B5E5A background

This text has white color on #5B5E5A background.