COLOR #5B519B

HEX: #5B519B
RGB: (91,81,155)

Color info

#5B519B contains mainly blue color. Web safe color of #5B519B is #666699 (or #669).

RGB color model

#5B519B color RGB value is (91,81,155).

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

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 155 of 255 = 61%

91
81
155

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

Portions of RGB colors in percentages

R + G + B =
91 + 81 + 155 = 327 (100%)
R 91 of 327 ~ 27.83%
G 81 of 327 ~ 24.77%
B 155 of 327 ~ 47.4%

%27.83
%24.77
%47.4

CMYK color model

#5B519B color CMYK value is (41,48,0,39).

  • cyan value is 41.29%
  • magenta value is 47.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(41,48,0,39)
C41M48Y0K39 
(41%,48%,0%,39%)
(0.41/0.48/0.00/0.39)	

CMYK percentages

%41.29
%47.74
%0
%39.22

Codes

Color #5B519B in popluar color models

5B519B
RGB9181155
HSL248°31.36%46.27%
HSB/HSV248°47.74%60.78%
CMYK41.29%47.74%0.00%
39.22%

Color #5B519B in popluar number systems.

HEX5B519B
Decimal9181155
Binary1011011101000110011011
Octal133121233

Shades and tints

Shades of #5B519B

#5B519B
(91,81,155)
#534A8D
(83,74,141)
#4B437F
(75,67,127)
#433C71
(67,60,113)
#3B3563
(59,53,99)
#332E55
(51,46,85)
#2B2747
(43,39,71)
#232039
(35,32,57)
#1B192B
(27,25,43)
#13121D
(19,18,29)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #5B519B

#5B519B
(91,81,155)
#6960A4
(105,96,164)
#776FAD
(119,111,173)
#857EB6
(133,126,182)
#938DBF
(147,141,191)
#A19CC8
(161,156,200)
#AFABD1
(175,171,209)
#BDBADA
(189,186,218)
#CBC9E3
(203,201,227)
#D9D8EC
(217,216,236)
#E7E7F5
(231,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B519B; }

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

This text font color is #5B519B.


Background Color

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

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

This div background color is #5B519B.


Border color

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

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

This div border color is #5B519B.


Opacity

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

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

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

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

This text has shadow with #5B519B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B519B on black background.


Color preview on white background

This text has color #5B519B on white background.



Black color preview on #5B519B background

This text has black color on #5B519B background.


White color preview on #5B519B background

This text has white color on #5B519B background.