COLOR #5B6174

HEX: #5B6174
RGB: (91,97,116)

Color info

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

RGB color model

#5B6174 color RGB value is (91,97,116).

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

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 116 of 255 = 45%

91
97
116

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

Portions of RGB colors in percentages

R + G + B =
91 + 97 + 116 = 304 (100%)
R 91 of 304 ~ 29.93%
G 97 of 304 ~ 31.91%
B 116 of 304 ~ 38.16%

%29.93
%31.91
%38.16

CMYK color model

#5B6174 color CMYK value is (22,16,0,55).

  • cyan value is 21.55%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(22,16,0,55)
C22M16Y0K55 
(22%,16%,0%,55%)
(0.22/0.16/0.00/0.55)	

CMYK percentages

%21.55
%16.38
%0
%54.51

Codes

Color #5B6174 in popluar color models

5B6174
RGB9197116
HSL226°12.08%40.59%
HSB/HSV226°21.55%45.49%
CMYK21.55%16.38%0.00%
54.51%

Color #5B6174 in popluar number systems.

HEX5B6174
Decimal9197116
Binary101101111000011110100
Octal133141164

Shades and tints

Shades of #5B6174

#5B6174
(91,97,116)
#53596A
(83,89,106)
#4B5160
(75,81,96)
#434956
(67,73,86)
#3B414C
(59,65,76)
#333942
(51,57,66)
#2B3138
(43,49,56)
#23292E
(35,41,46)
#1B2124
(27,33,36)
#13191A
(19,25,26)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #5B6174

#5B6174
(91,97,116)
#696F80
(105,111,128)
#777D8C
(119,125,140)
#858B98
(133,139,152)
#9399A4
(147,153,164)
#A1A7B0
(161,167,176)
#AFB5BC
(175,181,188)
#BDC3C8
(189,195,200)
#CBD1D4
(203,209,212)
#D9DFE0
(217,223,224)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6174; }

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

This text font color is #5B6174.


Background Color

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

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

This div background color is #5B6174.


Border color

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

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

This div border color is #5B6174.


Opacity

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

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

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

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

This text has shadow with #5B6174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6174 on black background.


Color preview on white background

This text has color #5B6174 on white background.



Black color preview on #5B6174 background

This text has black color on #5B6174 background.


White color preview on #5B6174 background

This text has white color on #5B6174 background.