COLOR #5B515E

HEX: #5B515E
RGB: (91,81,94)

Color info

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

RGB color model

#5B515E color RGB value is (91,81,94).

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

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 94 of 255 = 37%

91
81
94

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

Portions of RGB colors in percentages

R + G + B =
91 + 81 + 94 = 266 (100%)
R 91 of 266 ~ 34.21%
G 81 of 266 ~ 30.45%
B 94 of 266 ~ 35.34%

%34.21
%30.45
%35.34

CMYK color model

#5B515E color CMYK value is (3,14,0,63).

  • cyan value is 3.19%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(3,14,0,63)
C3M14Y0K63 
(3%,14%,0%,63%)
(0.03/0.14/0.00/0.63)	

CMYK percentages

%3.19
%13.83
%0
%63.14

Codes

Color #5B515E in popluar color models

5B515E
RGB918194
HSL286°7.43%34.31%
HSB/HSV286°13.83%36.86%
CMYK3.19%13.83%0.00%
63.14%

Color #5B515E in popluar number systems.

HEX5B515E
Decimal918194
Binary101101110100011011110
Octal133121136

Shades and tints

Shades of #5B515E

#5B515E
(91,81,94)
#534A56
(83,74,86)
#4B434E
(75,67,78)
#433C46
(67,60,70)
#3B353E
(59,53,62)
#332E36
(51,46,54)
#2B272E
(43,39,46)
#232026
(35,32,38)
#1B191E
(27,25,30)
#131216
(19,18,22)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #5B515E

#5B515E
(91,81,94)
#69606C
(105,96,108)
#776F7A
(119,111,122)
#857E88
(133,126,136)
#938D96
(147,141,150)
#A19CA4
(161,156,164)
#AFABB2
(175,171,178)
#BDBAC0
(189,186,192)
#CBC9CE
(203,201,206)
#D9D8DC
(217,216,220)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B515E; }

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

This text font color is #5B515E.


Background Color

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

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

This div background color is #5B515E.


Border color

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

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

This div border color is #5B515E.


Opacity

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

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

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

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

This text has shadow with #5B515E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B515E on black background.


Color preview on white background

This text has color #5B515E on white background.



Black color preview on #5B515E background

This text has black color on #5B515E background.


White color preview on #5B515E background

This text has white color on #5B515E background.