COLOR #5B0A8B

HEX: #5B0A8B
RGB: (91,10,139)

Color info

#5B0A8B contains mainly red and blue colors. Web safe color of #5B0A8B is #660099 (or #609).

RGB color model

#5B0A8B color RGB value is (91,10,139).

  • red value is 91;
  • green value is 10;
  • blue value is 139.
RGB:
(91,10,139)
(36%,4%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 10 of 255 = 4%
B 139 of 255 = 55%

91
10
139

R + G + B ~ 32%. #5B0A8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 10 + 139 = 240 (100%)
R 91 of 240 ~ 37.92%
G 10 of 240 ~ 4.17%
B 139 of 240 ~ 57.92%

%37.92
%57.92

CMYK color model

#5B0A8B color CMYK value is (35,93,0,45).

  • cyan value is 34.53%
  • magenta value is 92.81%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,93,0,45)
C35M93Y0K45 
(35%,93%,0%,45%)
(0.35/0.93/0.00/0.45)	

CMYK percentages

%34.53
%92.81
%0
%45.49

Codes

Color #5B0A8B in popluar color models

5B0A8B
RGB9110139
HSL278°86.58%29.22%
HSB/HSV278°92.81%54.51%
CMYK34.53%92.81%0.00%
45.49%

Color #5B0A8B in popluar number systems.

HEX5B0A8B
Decimal9110139
Binary1011011101010001011
Octal13312213

Shades and tints

Shades of #5B0A8B

#5B0A8B
(91,10,139)
#530A7F
(83,10,127)
#4B0A73
(75,10,115)
#430A67
(67,10,103)
#3B0A5B
(59,10,91)
#330A4F
(51,10,79)
#2B0A43
(43,10,67)
#230A37
(35,10,55)
#1B0A2B
(27,10,43)
#130A1F
(19,10,31)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #5B0A8B

#5B0A8B
(91,10,139)
#692095
(105,32,149)
#77369F
(119,54,159)
#854CA9
(133,76,169)
#9362B3
(147,98,179)
#A178BD
(161,120,189)
#AF8EC7
(175,142,199)
#BDA4D1
(189,164,209)
#CBBADB
(203,186,219)
#D9D0E5
(217,208,229)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B0A8B color. Also use rgb(91,10,139) instead hex code.

Text Font Color

.myTextColor { color: #5B0A8B; }

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

This text font color is #5B0A8B.


Background Color

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

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

This div background color is #5B0A8B.


Border color

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

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

This div border color is #5B0A8B.


Opacity

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

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

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

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

This text has shadow with #5B0A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B0A8B on black background.


Color preview on white background

This text has color #5B0A8B on white background.



Black color preview on #5B0A8B background

This text has black color on #5B0A8B background.


White color preview on #5B0A8B background

This text has white color on #5B0A8B background.