COLOR #5B5180

HEX: #5B5180
RGB: (91,81,128)

Color info

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

RGB color model

#5B5180 color RGB value is (91,81,128).

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

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 128 of 255 = 50%

91
81
128

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

Portions of RGB colors in percentages

R + G + B =
91 + 81 + 128 = 300 (100%)
R 91 of 300 ~ 30.33%
G 81 of 300 ~ 27%
B 128 of 300 ~ 42.67%

%30.33
%27
%42.67

CMYK color model

#5B5180 color CMYK value is (29,37,0,50).

  • cyan value is 28.91%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(29,37,0,50)
C29M37Y0K50 
(29%,37%,0%,50%)
(0.29/0.37/0.00/0.50)	

CMYK percentages

%28.91
%36.72
%0
%49.8

Codes

Color #5B5180 in popluar color models

5B5180
RGB9181128
HSL253°22.49%40.98%
HSB/HSV253°36.72%50.20%
CMYK28.91%36.72%0.00%
49.80%

Color #5B5180 in popluar number systems.

HEX5B5180
Decimal9181128
Binary1011011101000110000000
Octal133121200

Shades and tints

Shades of #5B5180

#5B5180
(91,81,128)
#534A75
(83,74,117)
#4B436A
(75,67,106)
#433C5F
(67,60,95)
#3B3554
(59,53,84)
#332E49
(51,46,73)
#2B273E
(43,39,62)
#232033
(35,32,51)
#1B1928
(27,25,40)
#13121D
(19,18,29)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #5B5180

#5B5180
(91,81,128)
#69608B
(105,96,139)
#776F96
(119,111,150)
#857EA1
(133,126,161)
#938DAC
(147,141,172)
#A19CB7
(161,156,183)
#AFABC2
(175,171,194)
#BDBACD
(189,186,205)
#CBC9D8
(203,201,216)
#D9D8E3
(217,216,227)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5180; }

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

This text font color is #5B5180.


Background Color

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

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

This div background color is #5B5180.


Border color

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

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

This div border color is #5B5180.


Opacity

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

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

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

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

This text has shadow with #5B5180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5180 on black background.


Color preview on white background

This text has color #5B5180 on white background.



Black color preview on #5B5180 background

This text has black color on #5B5180 background.


White color preview on #5B5180 background

This text has white color on #5B5180 background.