COLOR #5B515F

HEX: #5B515F RGB: (91,81,95)

Color info

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

RGB color model

#5B515F color RGB value is (91,81,95).

RGB: (91,81,95) (36%, 32%, 37%)

RGB channels and saturation

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

91
81
95

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

Portions of RGB colors in percentages

R + G + B = 91 + 81 + 95 = 267 (100%)
R 91 of 267 ~ 34.08%
G 81 of 267 ~ 30.34%
B 95 of 267 ~ 35.58'%

%34.08
%30.34
%35.58

CMYK color model

#5B515F color CMYK value is (4,15,0,63).

  • cyan value is 4.21%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (4,15,0,63)
C4M15Y0K63 (4%, 15%, 0%, 63%)
(0.04 / 0.15 / 0.00 / 0.63)

CMYK percentages

%4.21
%14.74
%0
%62.75

Codes

Color #5B515F in popluar color models

5B 51 5F
RGB 91 81 95
HSL 283° 7.95% 34.51%
HSB/HSV 283° 14.74% 37.25%
CMYK 4.21% 14.74% 0.00%
62.75%

Color #5B515F in popluar number systems.

HEX 5B 51 5F
Decimal 91 81 95
Binary 1011011 1010001 1011111
Octal 133 121 137

Shades and tints

Shades of #5B515F

#5B515F
(91,81,95)
#534A57
(83,74,87)
#4B434F
(75,67,79)
#433C47
(67,60,71)
#3B353F
(59,53,63)
#332E37
(51,46,55)
#2B272F
(43,39,47)
#232027
(35,32,39)
#1B191F
(27,25,31)
#131217
(19,18,23)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #5B515F

#5B515F
(91,81,95)
#69606D
(105,96,109)
#776F7B
(119,111,123)
#857E89
(133,126,137)
#938D97
(147,141,151)
#A19CA5
(161,156,165)
#AFABB3
(175,171,179)
#BDBAC1
(189,186,193)
#CBC9CF
(203,201,207)
#D9D8DD
(217,216,221)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B515F; }

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

This text font color is #5B515F.

Background Color

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

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

This div background color is #5B515F.

Border color

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

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

This div border color is #5B515F.

Opacity

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

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

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

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

This text has shadow with #5B515F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B515F.

Preview

Color preview on black background

This text has color #5B515F on black background.


Color preview on white background

This text has color #5B515F on white background.


Black color preview on #5B515F background

This text has black color on #5B515F background.


White color preview on #5B515F background

This text has white color on #5B515F background.


Related colors

Complementary color

Complementary color for #hex is #A4AEA0.


I love getcolorcode.com

Triadic colors

1 #5F5B51 and #515F5B with #5B515F are triadic colors.

2 #5F515B and #515B5F with #5B515F are triadic colors.