COLOR #5B6180

HEX: #5B6180
RGB: (91,97,128)

Color info

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

RGB color model

#5B6180 color RGB value is (91,97,128).

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

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 128 of 255 = 50%

91
97
128

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

Portions of RGB colors in percentages

R + G + B =
91 + 97 + 128 = 316 (100%)
R 91 of 316 ~ 28.8%
G 97 of 316 ~ 30.7%
B 128 of 316 ~ 40.51%

%28.8
%30.7
%40.51

CMYK color model

#5B6180 color CMYK value is (29,24,0,50).

  • cyan value is 28.91%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(29,24,0,50)
C29M24Y0K50 
(29%,24%,0%,50%)
(0.29/0.24/0.00/0.50)	

CMYK percentages

%28.91
%24.22
%0
%49.8

Codes

Color #5B6180 in popluar color models

5B6180
RGB9197128
HSL230°16.89%42.94%
HSB/HSV230°28.91%50.20%
CMYK28.91%24.22%0.00%
49.80%

Color #5B6180 in popluar number systems.

HEX5B6180
Decimal9197128
Binary1011011110000110000000
Octal133141200

Shades and tints

Shades of #5B6180

#5B6180
(91,97,128)
#535975
(83,89,117)
#4B516A
(75,81,106)
#43495F
(67,73,95)
#3B4154
(59,65,84)
#333949
(51,57,73)
#2B313E
(43,49,62)
#232933
(35,41,51)
#1B2128
(27,33,40)
#13191D
(19,25,29)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #5B6180

#5B6180
(91,97,128)
#696F8B
(105,111,139)
#777D96
(119,125,150)
#858BA1
(133,139,161)
#9399AC
(147,153,172)
#A1A7B7
(161,167,183)
#AFB5C2
(175,181,194)
#BDC3CD
(189,195,205)
#CBD1D8
(203,209,216)
#D9DFE3
(217,223,227)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6180; }

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

This text font color is #5B6180.


Background Color

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

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

This div background color is #5B6180.


Border color

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

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

This div border color is #5B6180.


Opacity

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

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

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

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

This text has shadow with #5B6180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6180 on black background.


Color preview on white background

This text has color #5B6180 on white background.



Black color preview on #5B6180 background

This text has black color on #5B6180 background.


White color preview on #5B6180 background

This text has white color on #5B6180 background.