COLOR #5B5667

HEX: #5B5667
RGB: (91,86,103)

Color info

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

RGB color model

#5B5667 color RGB value is (91,86,103).

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

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 103 of 255 = 40%

91
86
103

R + G + B ~ 37%. #5B5667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 103 = 280 (100%)
R 91 of 280 ~ 32.5%
G 86 of 280 ~ 30.71%
B 103 of 280 ~ 36.79%

%32.5
%30.71
%36.79

CMYK color model

#5B5667 color CMYK value is (12,17,0,60).

  • cyan value is 11.65%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(12,17,0,60)
C12M17Y0K60 
(12%,17%,0%,60%)
(0.12/0.17/0.00/0.60)	

CMYK percentages

%11.65
%16.5
%0
%59.61

Codes

Color #5B5667 in popluar color models

5B5667
RGB9186103
HSL258°8.99%37.06%
HSB/HSV258°16.50%40.39%
CMYK11.65%16.50%0.00%
59.61%

Color #5B5667 in popluar number systems.

HEX5B5667
Decimal9186103
Binary101101110101101100111
Octal133126147

Shades and tints

Shades of #5B5667

#5B5667
(91,86,103)
#534F5E
(83,79,94)
#4B4855
(75,72,85)
#43414C
(67,65,76)
#3B3A43
(59,58,67)
#33333A
(51,51,58)
#2B2C31
(43,44,49)
#232528
(35,37,40)
#1B1E1F
(27,30,31)
#131716
(19,23,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #5B5667

#5B5667
(91,86,103)
#696574
(105,101,116)
#777481
(119,116,129)
#85838E
(133,131,142)
#93929B
(147,146,155)
#A1A1A8
(161,161,168)
#AFB0B5
(175,176,181)
#BDBFC2
(189,191,194)
#CBCECF
(203,206,207)
#D9DDDC
(217,221,220)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5667; }

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

This text font color is #5B5667.


Background Color

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

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

This div background color is #5B5667.


Border color

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

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

This div border color is #5B5667.


Opacity

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

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

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

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

This text has shadow with #5B5667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5667 on black background.


Color preview on white background

This text has color #5B5667 on white background.



Black color preview on #5B5667 background

This text has black color on #5B5667 background.


White color preview on #5B5667 background

This text has white color on #5B5667 background.