COLOR #5B4491

HEX: #5B4491
RGB: (91,68,145)

Color info

#5B4491 contains mainly red and blue colors. Web safe color of #5B4491 is #663399 (or #639).

RGB color model

#5B4491 color RGB value is (91,68,145).

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

RGB channels and saturation

R 91 of 255 = 36%
G 68 of 255 = 27%
B 145 of 255 = 57%

91
68
145

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

Portions of RGB colors in percentages

R + G + B =
91 + 68 + 145 = 304 (100%)
R 91 of 304 ~ 29.93%
G 68 of 304 ~ 22.37%
B 145 of 304 ~ 47.7%

%29.93
%22.37
%47.7

CMYK color model

#5B4491 color CMYK value is (37,53,0,43).

  • cyan value is 37.24%
  • magenta value is 53.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(37,53,0,43)
C37M53Y0K43 
(37%,53%,0%,43%)
(0.37/0.53/0.00/0.43)	

CMYK percentages

%37.24
%53.1
%0
%43.14

Codes

Color #5B4491 in popluar color models

5B4491
RGB9168145
HSL258°36.15%41.76%
HSB/HSV258°53.10%56.86%
CMYK37.24%53.10%0.00%
43.14%

Color #5B4491 in popluar number systems.

HEX5B4491
Decimal9168145
Binary1011011100010010010001
Octal133104221

Shades and tints

Shades of #5B4491

#5B4491
(91,68,145)
#533E84
(83,62,132)
#4B3877
(75,56,119)
#43326A
(67,50,106)
#3B2C5D
(59,44,93)
#332650
(51,38,80)
#2B2043
(43,32,67)
#231A36
(35,26,54)
#1B1429
(27,20,41)
#130E1C
(19,14,28)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #5B4491

#5B4491
(91,68,145)
#69559B
(105,85,155)
#7766A5
(119,102,165)
#8577AF
(133,119,175)
#9388B9
(147,136,185)
#A199C3
(161,153,195)
#AFAACD
(175,170,205)
#BDBBD7
(189,187,215)
#CBCCE1
(203,204,225)
#D9DDEB
(217,221,235)
#E7EEF5
(231,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4491; }

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

This text font color is #5B4491.


Background Color

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

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

This div background color is #5B4491.


Border color

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

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

This div border color is #5B4491.


Opacity

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

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

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

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

This text has shadow with #5B4491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4491 on black background.


Color preview on white background

This text has color #5B4491 on white background.



Black color preview on #5B4491 background

This text has black color on #5B4491 background.


White color preview on #5B4491 background

This text has white color on #5B4491 background.