COLOR #5B6A6F

HEX: #5B6A6F
RGB: (91,106,111)

Color info

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

RGB color model

#5B6A6F color RGB value is (91,106,111).

  • red value is 91;
  • green value is 106;
  • blue value is 111.
RGB:
(91,106,111)
(36%,42%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 106 of 255 = 42%
B 111 of 255 = 44%

91
106
111

R + G + B ~ 41%. #5B6A6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 106 + 111 = 308 (100%)
R 91 of 308 ~ 29.55%
G 106 of 308 ~ 34.42%
B 111 of 308 ~ 36.04%

%29.55
%34.42
%36.04

CMYK color model

#5B6A6F color CMYK value is (18,5,0,56).

  • cyan value is 18.02%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(18,5,0,56)
C18M5Y0K56 
(18%,5%,0%,56%)
(0.18/0.05/0.00/0.56)	

CMYK percentages

%18.02
%4.5
%0
%56.47

Codes

Color #5B6A6F in popluar color models

5B6A6F
RGB91106111
HSL195°9.90%39.61%
HSB/HSV195°18.02%43.53%
CMYK18.02%4.50%0.00%
56.47%

Color #5B6A6F in popluar number systems.

HEX5B6A6F
Decimal91106111
Binary101101111010101101111
Octal133152157

Shades and tints

Shades of #5B6A6F

#5B6A6F
(91,106,111)
#536165
(83,97,101)
#4B585B
(75,88,91)
#434F51
(67,79,81)
#3B4647
(59,70,71)
#333D3D
(51,61,61)
#2B3433
(43,52,51)
#232B29
(35,43,41)
#1B221F
(27,34,31)
#131915
(19,25,21)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #5B6A6F

#5B6A6F
(91,106,111)
#69777C
(105,119,124)
#778489
(119,132,137)
#859196
(133,145,150)
#939EA3
(147,158,163)
#A1ABB0
(161,171,176)
#AFB8BD
(175,184,189)
#BDC5CA
(189,197,202)
#CBD2D7
(203,210,215)
#D9DFE4
(217,223,228)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6A6F color. Also use rgb(91,106,111) instead hex code.

Text Font Color

.myTextColor { color: #5B6A6F; }

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

This text font color is #5B6A6F.


Background Color

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

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

This div background color is #5B6A6F.


Border color

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

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

This div border color is #5B6A6F.


Opacity

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

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

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

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

This text has shadow with #5B6A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6A6F on black background.


Color preview on white background

This text has color #5B6A6F on white background.



Black color preview on #5B6A6F background

This text has black color on #5B6A6F background.


White color preview on #5B6A6F background

This text has white color on #5B6A6F background.