COLOR #5B4460

HEX: #5B4460
RGB: (91,68,96)

Color info

#5B4460 contains red, green and blue colors in about the same proportion. Web safe color of #5B4460 is #663366 (or #636).

RGB color model

#5B4460 color RGB value is (91,68,96).

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

RGB channels and saturation

R 91 of 255 = 36%
G 68 of 255 = 27%
B 96 of 255 = 38%

91
68
96

R + G + B ~ 34%. #5B4460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 68 + 96 = 255 (100%)
R 91 of 255 ~ 35.69%
G 68 of 255 ~ 26.67%
B 96 of 255 ~ 37.65%

%35.69
%26.67
%37.65

CMYK color model

#5B4460 color CMYK value is (5,29,0,62).

  • cyan value is 5.21%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(5,29,0,62)
C5M29Y0K62 
(5%,29%,0%,62%)
(0.05/0.29/0.00/0.62)	

CMYK percentages

%5.21
%29.17
%0
%62.35

Codes

Color #5B4460 in popluar color models

5B4460
RGB916896
HSL289°17.07%32.16%
HSB/HSV289°29.17%37.65%
CMYK5.21%29.17%0.00%
62.35%

Color #5B4460 in popluar number systems.

HEX5B4460
Decimal916896
Binary101101110001001100000
Octal133104140

Shades and tints

Shades of #5B4460

#5B4460
(91,68,96)
#533E58
(83,62,88)
#4B3850
(75,56,80)
#433248
(67,50,72)
#3B2C40
(59,44,64)
#332638
(51,38,56)
#2B2030
(43,32,48)
#231A28
(35,26,40)
#1B1420
(27,20,32)
#130E18
(19,14,24)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #5B4460

#5B4460
(91,68,96)
#69556E
(105,85,110)
#77667C
(119,102,124)
#85778A
(133,119,138)
#938898
(147,136,152)
#A199A6
(161,153,166)
#AFAAB4
(175,170,180)
#BDBBC2
(189,187,194)
#CBCCD0
(203,204,208)
#D9DDDE
(217,221,222)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4460; }

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

This text font color is #5B4460.


Background Color

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

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

This div background color is #5B4460.


Border color

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

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

This div border color is #5B4460.


Opacity

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

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

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

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

This text has shadow with #5B4460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4460 on black background.


Color preview on white background

This text has color #5B4460 on white background.



Black color preview on #5B4460 background

This text has black color on #5B4460 background.


White color preview on #5B4460 background

This text has white color on #5B4460 background.