COLOR #5B5160

HEX: #5B5160
RGB: (91,81,96)

Color info

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

RGB color model

#5B5160 color RGB value is (91,81,96).

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

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 96 of 255 = 38%

91
81
96

R + G + B ~ 35%. #5B5160 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 81 + 96 = 268 (100%)
R 91 of 268 ~ 33.96%
G 81 of 268 ~ 30.22%
B 96 of 268 ~ 35.82%

%33.96
%30.22
%35.82

CMYK color model

#5B5160 color CMYK value is (5,16,0,62).

  • cyan value is 5.21%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(5,16,0,62)
C5M16Y0K62 
(5%,16%,0%,62%)
(0.05/0.16/0.00/0.62)	

CMYK percentages

%5.21
%15.63
%0
%62.35

Codes

Color #5B5160 in popluar color models

5B5160
RGB918196
HSL280°8.47%34.71%
HSB/HSV280°15.63%37.65%
CMYK5.21%15.63%0.00%
62.35%

Color #5B5160 in popluar number systems.

HEX5B5160
Decimal918196
Binary101101110100011100000
Octal133121140

Shades and tints

Shades of #5B5160

#5B5160
(91,81,96)
#534A58
(83,74,88)
#4B4350
(75,67,80)
#433C48
(67,60,72)
#3B3540
(59,53,64)
#332E38
(51,46,56)
#2B2730
(43,39,48)
#232028
(35,32,40)
#1B1920
(27,25,32)
#131218
(19,18,24)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #5B5160

#5B5160
(91,81,96)
#69606E
(105,96,110)
#776F7C
(119,111,124)
#857E8A
(133,126,138)
#938D98
(147,141,152)
#A19CA6
(161,156,166)
#AFABB4
(175,171,180)
#BDBAC2
(189,186,194)
#CBC9D0
(203,201,208)
#D9D8DE
(217,216,222)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5160; }

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

This text font color is #5B5160.


Background Color

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

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

This div background color is #5B5160.


Border color

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

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

This div border color is #5B5160.


Opacity

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

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

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

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

This text has shadow with #5B5160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5160 on black background.


Color preview on white background

This text has color #5B5160 on white background.



Black color preview on #5B5160 background

This text has black color on #5B5160 background.


White color preview on #5B5160 background

This text has white color on #5B5160 background.