COLOR #5B606A

HEX: #5B606A
RGB: (91,96,106)

Color info

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

RGB color model

#5B606A color RGB value is (91,96,106).

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

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 106 of 255 = 42%

91
96
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 96 + 106 = 293 (100%)
R 91 of 293 ~ 31.06%
G 96 of 293 ~ 32.76%
B 106 of 293 ~ 36.18%

%31.06
%32.76
%36.18

CMYK color model

#5B606A color CMYK value is (14,9,0,58).

  • cyan value is 14.15%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,9,0,58)
C14M9Y0K58 
(14%,9%,0%,58%)
(0.14/0.09/0.00/0.58)	

CMYK percentages

%14.15
%9.43
%0
%58.43

Codes

Color #5B606A in popluar color models

5B606A
RGB9196106
HSL220°7.61%38.63%
HSB/HSV220°14.15%41.57%
CMYK14.15%9.43%0.00%
58.43%

Color #5B606A in popluar number systems.

HEX5B606A
Decimal9196106
Binary101101111000001101010
Octal133140152

Shades and tints

Shades of #5B606A

#5B606A
(91,96,106)
#535861
(83,88,97)
#4B5058
(75,80,88)
#43484F
(67,72,79)
#3B4046
(59,64,70)
#33383D
(51,56,61)
#2B3034
(43,48,52)
#23282B
(35,40,43)
#1B2022
(27,32,34)
#131819
(19,24,25)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #5B606A

#5B606A
(91,96,106)
#696E77
(105,110,119)
#777C84
(119,124,132)
#858A91
(133,138,145)
#93989E
(147,152,158)
#A1A6AB
(161,166,171)
#AFB4B8
(175,180,184)
#BDC2C5
(189,194,197)
#CBD0D2
(203,208,210)
#D9DEDF
(217,222,223)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B606A; }

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

This text font color is #5B606A.


Background Color

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

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

This div background color is #5B606A.


Border color

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

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

This div border color is #5B606A.


Opacity

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

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

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

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

This text has shadow with #5B606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B606A on black background.


Color preview on white background

This text has color #5B606A on white background.



Black color preview on #5B606A background

This text has black color on #5B606A background.


White color preview on #5B606A background

This text has white color on #5B606A background.