COLOR #5B565E

HEX: #5B565E
RGB: (91,86,94)

Color info

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

RGB color model

#5B565E color RGB value is (91,86,94).

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

RGB channels and saturation

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

91
86
94

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

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 94 = 271 (100%)
R 91 of 271 ~ 33.58%
G 86 of 271 ~ 31.73%
B 94 of 271 ~ 34.69%

%33.58
%31.73
%34.69

CMYK color model

#5B565E color CMYK value is (3,9,0,63).

  • cyan value is 3.19%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(3,9,0,63)
C3M9Y0K63 
(3%,9%,0%,63%)
(0.03/0.09/0.00/0.63)	

CMYK percentages

%3.19
%8.51
%0
%63.14

Codes

Color #5B565E in popluar color models

5B565E
RGB918694
HSL278°4.44%35.29%
HSB/HSV278°8.51%36.86%
CMYK3.19%8.51%0.00%
63.14%

Color #5B565E in popluar number systems.

HEX5B565E
Decimal918694
Binary101101110101101011110
Octal133126136

Shades and tints

Shades of #5B565E

#5B565E
(91,86,94)
#534F56
(83,79,86)
#4B484E
(75,72,78)
#434146
(67,65,70)
#3B3A3E
(59,58,62)
#333336
(51,51,54)
#2B2C2E
(43,44,46)
#232526
(35,37,38)
#1B1E1E
(27,30,30)
#131716
(19,23,22)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #5B565E

#5B565E
(91,86,94)
#69656C
(105,101,108)
#77747A
(119,116,122)
#858388
(133,131,136)
#939296
(147,146,150)
#A1A1A4
(161,161,164)
#AFB0B2
(175,176,178)
#BDBFC0
(189,191,192)
#CBCECE
(203,206,206)
#D9DDDC
(217,221,220)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B565E; }

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

This text font color is #5B565E.


Background Color

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

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

This div background color is #5B565E.


Border color

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

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

This div border color is #5B565E.


Opacity

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

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

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

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

This text has shadow with #5B565E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B565E on black background.


Color preview on white background

This text has color #5B565E on white background.



Black color preview on #5B565E background

This text has black color on #5B565E background.


White color preview on #5B565E background

This text has white color on #5B565E background.