COLOR #5B4994

HEX: #5B4994
RGB: (91,73,148)

Color info

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

RGB color model

#5B4994 color RGB value is (91,73,148).

  • red value is 91;
  • green value is 73;
  • blue value is 148.
RGB:
(91,73,148)
(36%,29%,58%)

RGB channels and saturation

R 91 of 255 = 36%
G 73 of 255 = 29%
B 148 of 255 = 58%

91
73
148

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

Portions of RGB colors in percentages

R + G + B =
91 + 73 + 148 = 312 (100%)
R 91 of 312 ~ 29.17%
G 73 of 312 ~ 23.4%
B 148 of 312 ~ 47.44%

%29.17
%23.4
%47.44

CMYK color model

#5B4994 color CMYK value is (39,51,0,42).

  • cyan value is 38.51%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(39,51,0,42)
C39M51Y0K42 
(39%,51%,0%,42%)
(0.39/0.51/0.00/0.42)	

CMYK percentages

%38.51
%50.68
%0
%41.96

Codes

Color #5B4994 in popluar color models

5B4994
RGB9173148
HSL254°33.94%43.33%
HSB/HSV254°50.68%58.04%
CMYK38.51%50.68%0.00%
41.96%

Color #5B4994 in popluar number systems.

HEX5B4994
Decimal9173148
Binary1011011100100110010100
Octal133111224

Shades and tints

Shades of #5B4994

#5B4994
(91,73,148)
#534387
(83,67,135)
#4B3D7A
(75,61,122)
#43376D
(67,55,109)
#3B3160
(59,49,96)
#332B53
(51,43,83)
#2B2546
(43,37,70)
#231F39
(35,31,57)
#1B192C
(27,25,44)
#13131F
(19,19,31)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B4994

#5B4994
(91,73,148)
#69599D
(105,89,157)
#7769A6
(119,105,166)
#8579AF
(133,121,175)
#9389B8
(147,137,184)
#A199C1
(161,153,193)
#AFA9CA
(175,169,202)
#BDB9D3
(189,185,211)
#CBC9DC
(203,201,220)
#D9D9E5
(217,217,229)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4994 color. Also use rgb(91,73,148) instead hex code.

Text Font Color

.myTextColor { color: #5B4994; }

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

This text font color is #5B4994.


Background Color

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

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

This div background color is #5B4994.


Border color

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

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

This div border color is #5B4994.


Opacity

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

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

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

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

This text has shadow with #5B4994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4994 on black background.


Color preview on white background

This text has color #5B4994 on white background.



Black color preview on #5B4994 background

This text has black color on #5B4994 background.


White color preview on #5B4994 background

This text has white color on #5B4994 background.