COLOR #5B5C70

HEX: #5B5C70
RGB: (91,92,112)

Color info

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

RGB color model

#5B5C70 color RGB value is (91,92,112).

  • red value is 91;
  • green value is 92;
  • blue value is 112.
RGB:
(91,92,112)
(36%,36%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 92 of 255 = 36%
B 112 of 255 = 44%

91
92
112

R + G + B ~ 39%. #5B5C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 92 + 112 = 295 (100%)
R 91 of 295 ~ 30.85%
G 92 of 295 ~ 31.19%
B 112 of 295 ~ 37.97%

%30.85
%31.19
%37.97

CMYK color model

#5B5C70 color CMYK value is (19,18,0,56).

  • cyan value is 18.75%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(19,18,0,56)
C19M18Y0K56 
(19%,18%,0%,56%)
(0.19/0.18/0.00/0.56)	

CMYK percentages

%18.75
%17.86
%0
%56.08

Codes

Color #5B5C70 in popluar color models

5B5C70
RGB9192112
HSL237°10.34%39.80%
HSB/HSV237°18.75%43.92%
CMYK18.75%17.86%0.00%
56.08%

Color #5B5C70 in popluar number systems.

HEX5B5C70
Decimal9192112
Binary101101110111001110000
Octal133134160

Shades and tints

Shades of #5B5C70

#5B5C70
(91,92,112)
#535466
(83,84,102)
#4B4C5C
(75,76,92)
#434452
(67,68,82)
#3B3C48
(59,60,72)
#33343E
(51,52,62)
#2B2C34
(43,44,52)
#23242A
(35,36,42)
#1B1C20
(27,28,32)
#131416
(19,20,22)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #5B5C70

#5B5C70
(91,92,112)
#696A7D
(105,106,125)
#77788A
(119,120,138)
#858697
(133,134,151)
#9394A4
(147,148,164)
#A1A2B1
(161,162,177)
#AFB0BE
(175,176,190)
#BDBECB
(189,190,203)
#CBCCD8
(203,204,216)
#D9DAE5
(217,218,229)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5C70; }

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

This text font color is #5B5C70.


Background Color

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

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

This div background color is #5B5C70.


Border color

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

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

This div border color is #5B5C70.


Opacity

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

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

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

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

This text has shadow with #5B5C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5C70 on black background.


Color preview on white background

This text has color #5B5C70 on white background.



Black color preview on #5B5C70 background

This text has black color on #5B5C70 background.


White color preview on #5B5C70 background

This text has white color on #5B5C70 background.