COLOR #5B606F

HEX: #5B606F
RGB: (91,96,111)

Color info

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

RGB color model

#5B606F color RGB value is (91,96,111).

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

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 111 of 255 = 44%

91
96
111

R + G + B ~ 39%. #5B606F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 96 + 111 = 298 (100%)
R 91 of 298 ~ 30.54%
G 96 of 298 ~ 32.21%
B 111 of 298 ~ 37.25%

%30.54
%32.21
%37.25

CMYK color model

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

  • cyan value is 18.02%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(18,14,0,56)
C18M14Y0K56 
(18%,14%,0%,56%)
(0.18/0.14/0.00/0.56)	

CMYK percentages

%18.02
%13.51
%0
%56.47

Codes

Color #5B606F in popluar color models

5B606F
RGB9196111
HSL225°9.90%39.61%
HSB/HSV225°18.02%43.53%
CMYK18.02%13.51%0.00%
56.47%

Color #5B606F in popluar number systems.

HEX5B606F
Decimal9196111
Binary101101111000001101111
Octal133140157

Shades and tints

Shades of #5B606F

#5B606F
(91,96,111)
#535865
(83,88,101)
#4B505B
(75,80,91)
#434851
(67,72,81)
#3B4047
(59,64,71)
#33383D
(51,56,61)
#2B3033
(43,48,51)
#232829
(35,40,41)
#1B201F
(27,32,31)
#131815
(19,24,21)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #5B606F

#5B606F
(91,96,111)
#696E7C
(105,110,124)
#777C89
(119,124,137)
#858A96
(133,138,150)
#9398A3
(147,152,163)
#A1A6B0
(161,166,176)
#AFB4BD
(175,180,189)
#BDC2CA
(189,194,202)
#CBD0D7
(203,208,215)
#D9DEE4
(217,222,228)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B606F; }

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

This text font color is #5B606F.


Background Color

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

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

This div background color is #5B606F.


Border color

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

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

This div border color is #5B606F.


Opacity

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

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

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

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

This text has shadow with #5B606F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B606F on black background.


Color preview on white background

This text has color #5B606F on white background.



Black color preview on #5B606F background

This text has black color on #5B606F background.


White color preview on #5B606F background

This text has white color on #5B606F background.