COLOR #5B4D9C

HEX: #5B4D9C
RGB: (91,77,156)

Color info

#5B4D9C contains mainly blue color. Web safe color of #5B4D9C is #663399 (or #639).

RGB color model

#5B4D9C color RGB value is (91,77,156).

  • red value is 91;
  • green value is 77;
  • blue value is 156.
RGB:
(91,77,156)
(36%,30%,61%)

RGB channels and saturation

R 91 of 255 = 36%
G 77 of 255 = 30%
B 156 of 255 = 61%

91
77
156

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

Portions of RGB colors in percentages

R + G + B =
91 + 77 + 156 = 324 (100%)
R 91 of 324 ~ 28.09%
G 77 of 324 ~ 23.77%
B 156 of 324 ~ 48.15%

%28.09
%23.77
%48.15

CMYK color model

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

  • cyan value is 41.67%
  • magenta value is 50.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(42,51,0,39)
C42M51Y0K39 
(42%,51%,0%,39%)
(0.42/0.51/0.00/0.39)	

CMYK percentages

%41.67
%50.64
%0
%38.82

Codes

Color #5B4D9C in popluar color models

5B4D9C
RGB9177156
HSL251°33.91%45.69%
HSB/HSV251°50.64%61.18%
CMYK41.67%50.64%0.00%
38.82%

Color #5B4D9C in popluar number systems.

HEX5B4D9C
Decimal9177156
Binary1011011100110110011100
Octal133115234

Shades and tints

Shades of #5B4D9C

#5B4D9C
(91,77,156)
#53468E
(83,70,142)
#4B3F80
(75,63,128)
#433872
(67,56,114)
#3B3164
(59,49,100)
#332A56
(51,42,86)
#2B2348
(43,35,72)
#231C3A
(35,28,58)
#1B152C
(27,21,44)
#130E1E
(19,14,30)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #5B4D9C

#5B4D9C
(91,77,156)
#695DA5
(105,93,165)
#776DAE
(119,109,174)
#857DB7
(133,125,183)
#938DC0
(147,141,192)
#A19DC9
(161,157,201)
#AFADD2
(175,173,210)
#BDBDDB
(189,189,219)
#CBCDE4
(203,205,228)
#D9DDED
(217,221,237)
#E7EDF6
(231,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4D9C color. Also use rgb(91,77,156) instead hex code.

Text Font Color

.myTextColor { color: #5B4D9C; }

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

This text font color is #5B4D9C.


Background Color

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

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

This div background color is #5B4D9C.


Border color

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

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

This div border color is #5B4D9C.


Opacity

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

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

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

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

This text has shadow with #5B4D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4D9C on black background.


Color preview on white background

This text has color #5B4D9C on white background.



Black color preview on #5B4D9C background

This text has black color on #5B4D9C background.


White color preview on #5B4D9C background

This text has white color on #5B4D9C background.