COLOR #5B15AA

HEX: #5B15AA
RGB: (91,21,170)

Color info

#5B15AA contains mainly blue color. Web safe color of #5B15AA is #660099 (or #609).

RGB color model

#5B15AA color RGB value is (91,21,170).

  • red value is 91;
  • green value is 21;
  • blue value is 170.
RGB:
(91,21,170)
(36%,8%,67%)

RGB channels and saturation

R 91 of 255 = 36%
G 21 of 255 = 8%
B 170 of 255 = 67%

91
21
170

R + G + B ~ 37%. #5B15AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 21 + 170 = 282 (100%)
R 91 of 282 ~ 32.27%
G 21 of 282 ~ 7.45%
B 170 of 282 ~ 60.28%

%32.27
%60.28

CMYK color model

#5B15AA color CMYK value is (46,88,0,33).

  • cyan value is 46.47%
  • magenta value is 87.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(46,88,0,33)
C46M88Y0K33 
(46%,88%,0%,33%)
(0.46/0.88/0.00/0.33)	

CMYK percentages

%46.47
%87.65
%0
%33.33

Codes

Color #5B15AA in popluar color models

5B15AA
RGB9121170
HSL268°78.01%37.45%
HSB/HSV268°87.65%66.67%
CMYK46.47%87.65%0.00%
33.33%

Color #5B15AA in popluar number systems.

HEX5B15AA
Decimal9121170
Binary10110111010110101010
Octal13325252

Shades and tints

Shades of #5B15AA

#5B15AA
(91,21,170)
#53149B
(83,20,155)
#4B138C
(75,19,140)
#43127D
(67,18,125)
#3B116E
(59,17,110)
#33105F
(51,16,95)
#2B0F50
(43,15,80)
#230E41
(35,14,65)
#1B0D32
(27,13,50)
#130C23
(19,12,35)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #5B15AA

#5B15AA
(91,21,170)
#692AB1
(105,42,177)
#773FB8
(119,63,184)
#8554BF
(133,84,191)
#9369C6
(147,105,198)
#A17ECD
(161,126,205)
#AF93D4
(175,147,212)
#BDA8DB
(189,168,219)
#CBBDE2
(203,189,226)
#D9D2E9
(217,210,233)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B15AA color. Also use rgb(91,21,170) instead hex code.

Text Font Color

.myTextColor { color: #5B15AA; }

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

This text font color is #5B15AA.


Background Color

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

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

This div background color is #5B15AA.


Border color

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

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

This div border color is #5B15AA.


Opacity

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

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

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

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

This text has shadow with #5B15AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B15AA on black background.


Color preview on white background

This text has color #5B15AA on white background.



Black color preview on #5B15AA background

This text has black color on #5B15AA background.


White color preview on #5B15AA background

This text has white color on #5B15AA background.