COLOR #5B6168

HEX: #5B6168
RGB: (91,97,104)

Color info

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

RGB color model

#5B6168 color RGB value is (91,97,104).

  • red value is 91;
  • green value is 97;
  • blue value is 104.
RGB:
(91,97,104)
(36%,38%,41%)

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 104 of 255 = 41%

91
97
104

R + G + B ~ 38%. #5B6168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 97 + 104 = 292 (100%)
R 91 of 292 ~ 31.16%
G 97 of 292 ~ 33.22%
B 104 of 292 ~ 35.62%

%31.16
%33.22
%35.62

CMYK color model

#5B6168 color CMYK value is (13,7,0,59).

  • cyan value is 12.50%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(13,7,0,59)
C13M7Y0K59 
(13%,7%,0%,59%)
(0.13/0.07/0.00/0.59)	

CMYK percentages

%12.5
%6.73
%0
%59.22

Codes

Color #5B6168 in popluar color models

5B6168
RGB9197104
HSL212°6.67%38.24%
HSB/HSV212°12.50%40.78%
CMYK12.50%6.73%0.00%
59.22%

Color #5B6168 in popluar number systems.

HEX5B6168
Decimal9197104
Binary101101111000011101000
Octal133141150

Shades and tints

Shades of #5B6168

#5B6168
(91,97,104)
#53595F
(83,89,95)
#4B5156
(75,81,86)
#43494D
(67,73,77)
#3B4144
(59,65,68)
#33393B
(51,57,59)
#2B3132
(43,49,50)
#232929
(35,41,41)
#1B2120
(27,33,32)
#131917
(19,25,23)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #5B6168

#5B6168
(91,97,104)
#696F75
(105,111,117)
#777D82
(119,125,130)
#858B8F
(133,139,143)
#93999C
(147,153,156)
#A1A7A9
(161,167,169)
#AFB5B6
(175,181,182)
#BDC3C3
(189,195,195)
#CBD1D0
(203,209,208)
#D9DFDD
(217,223,221)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6168 color. Also use rgb(91,97,104) instead hex code.

Text Font Color

.myTextColor { color: #5B6168; }

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

This text font color is #5B6168.


Background Color

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

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

This div background color is #5B6168.


Border color

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

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

This div border color is #5B6168.


Opacity

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

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

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

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

This text has shadow with #5B6168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6168 on black background.


Color preview on white background

This text has color #5B6168 on white background.



Black color preview on #5B6168 background

This text has black color on #5B6168 background.


White color preview on #5B6168 background

This text has white color on #5B6168 background.