COLOR #5B6556

HEX: #5B6556
RGB: (91,101,86)

Color info

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

RGB color model

#5B6556 color RGB value is (91,101,86).

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

RGB channels and saturation

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

91
101
86

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

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 86 = 278 (100%)
R 91 of 278 ~ 32.73%
G 101 of 278 ~ 36.33%
B 86 of 278 ~ 30.94%

%32.73
%36.33
%30.94

CMYK color model

#5B6556 color CMYK value is (10,0,15,60).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(10,0,15,60)
C10M0Y15K60 
(10%,0%,15%,60%)
(0.10/0.00/0.15/0.60)	

CMYK percentages

%9.9
%0
%14.85
%60.39

Codes

Color #5B6556 in popluar color models

5B6556
RGB9110186
HSL100°8.02%36.67%
HSB/HSV100°14.85%39.61%
CMYK9.90%0.00%14.85%
60.39%

Color #5B6556 in popluar number systems.

HEX5B6556
Decimal9110186
Binary101101111001011010110
Octal133145126

Shades and tints

Shades of #5B6556

#5B6556
(91,101,86)
#535C4F
(83,92,79)
#4B5348
(75,83,72)
#434A41
(67,74,65)
#3B413A
(59,65,58)
#333833
(51,56,51)
#2B2F2C
(43,47,44)
#232625
(35,38,37)
#1B1D1E
(27,29,30)
#131417
(19,20,23)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #5B6556

#5B6556
(91,101,86)
#697365
(105,115,101)
#778174
(119,129,116)
#858F83
(133,143,131)
#939D92
(147,157,146)
#A1ABA1
(161,171,161)
#AFB9B0
(175,185,176)
#BDC7BF
(189,199,191)
#CBD5CE
(203,213,206)
#D9E3DD
(217,227,221)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6556; }

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

This text font color is #5B6556.


Background Color

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

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

This div background color is #5B6556.


Border color

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

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

This div border color is #5B6556.


Opacity

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

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

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

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

This text has shadow with #5B6556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6556 on black background.


Color preview on white background

This text has color #5B6556 on white background.



Black color preview on #5B6556 background

This text has black color on #5B6556 background.


White color preview on #5B6556 background

This text has white color on #5B6556 background.