COLOR #5B565F

HEX: #5B565F RGB: (91,86,95)

Color info

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

RGB color model

#5B565F color RGB value is (91,86,95).

RGB: (91,86,95) (36%, 34%, 37%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 95 of 255 = 37%

91
86
95

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

Portions of RGB colors in percentages

R + G + B = 91 + 86 + 95 = 272 (100%)
R 91 of 272 ~ 33.46%
G 86 of 272 ~ 31.62%
B 95 of 272 ~ 34.93'%

%33.46
%31.62
%34.93

CMYK color model

#5B565F color CMYK value is (4,9,0,63).

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

CMYK: (4,9,0,63)
C4M9Y0K63 (4%, 9%, 0%, 63%)
(0.04 / 0.09 / 0.00 / 0.63)

CMYK percentages

%4.21
%9.47
%0
%62.75

Codes

Color #5B565F in popluar color models

5B 56 5F
RGB 91 86 95
HSL 273° 4.97% 35.49%
HSB/HSV 273° 9.47% 37.25%
CMYK 4.21% 9.47% 0.00%
62.75%

Color #5B565F in popluar number systems.

HEX 5B 56 5F
Decimal 91 86 95
Binary 1011011 1010110 1011111
Octal 133 126 137

Shades and tints

Shades of #5B565F

#5B565F
(91,86,95)
#534F57
(83,79,87)
#4B484F
(75,72,79)
#434147
(67,65,71)
#3B3A3F
(59,58,63)
#333337
(51,51,55)
#2B2C2F
(43,44,47)
#232527
(35,37,39)
#1B1E1F
(27,30,31)
#131717
(19,23,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #5B565F

#5B565F
(91,86,95)
#69656D
(105,101,109)
#77747B
(119,116,123)
#858389
(133,131,137)
#939297
(147,146,151)
#A1A1A5
(161,161,165)
#AFB0B3
(175,176,179)
#BDBFC1
(189,191,193)
#CBCECF
(203,206,207)
#D9DDDD
(217,221,221)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B565F; }

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

This text font color is #5B565F.

Background Color

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

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

This div background color is #5B565F.

Border color

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

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

This div border color is #5B565F.

Opacity

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

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

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

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

This text has shadow with #5B565F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B565F.

Preview

Color preview on black background

This text has color #5B565F on black background.


Color preview on white background

This text has color #5B565F on white background.


Black color preview on #5B565F background

This text has black color on #5B565F background.


White color preview on #5B565F background

This text has white color on #5B565F background.


Related colors

Complementary color

Complementary color for #hex is #A4A9A0.


I love getcolorcode.com

Triadic colors

1 #5F5B56 and #565F5B with #5B565F are triadic colors.

2 #5F565B and #565B5F with #5B565F are triadic colors.