COLOR #5B1AB9

HEX: #5B1AB9
RGB: (91,26,185)

Color info

#5B1AB9 contains mainly blue color. Web safe color of #5B1AB9 is #6600CC (or #60C).

RGB color model

#5B1AB9 color RGB value is (91,26,185).

  • red value is 91;
  • green value is 26;
  • blue value is 185.
RGB:
(91,26,185)
(36%,10%,73%)

RGB channels and saturation

R 91 of 255 = 36%
G 26 of 255 = 10%
B 185 of 255 = 73%

91
26
185

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

Portions of RGB colors in percentages

R + G + B =
91 + 26 + 185 = 302 (100%)
R 91 of 302 ~ 30.13%
G 26 of 302 ~ 8.61%
B 185 of 302 ~ 61.26%

%30.13
%61.26

CMYK color model

#5B1AB9 color CMYK value is (51,86,0,27).

  • cyan value is 50.81%
  • magenta value is 85.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(51,86,0,27)
C51M86Y0K27 
(51%,86%,0%,27%)
(0.51/0.86/0.00/0.27)	

CMYK percentages

%50.81
%85.95
%0
%27.45

Codes

Color #5B1AB9 in popluar color models

5B1AB9
RGB9126185
HSL265°75.36%41.37%
HSB/HSV265°85.95%72.55%
CMYK50.81%85.95%0.00%
27.45%

Color #5B1AB9 in popluar number systems.

HEX5B1AB9
Decimal9126185
Binary10110111101010111001
Octal13332271

Shades and tints

Shades of #5B1AB9

#5B1AB9
(91,26,185)
#5318A9
(83,24,169)
#4B1699
(75,22,153)
#431489
(67,20,137)
#3B1279
(59,18,121)
#331069
(51,16,105)
#2B0E59
(43,14,89)
#230C49
(35,12,73)
#1B0A39
(27,10,57)
#130829
(19,8,41)
#0B0619
(11,6,25)
#000000
(0,0,0)

Tints of #5B1AB9

#5B1AB9
(91,26,185)
#692EBF
(105,46,191)
#7742C5
(119,66,197)
#8556CB
(133,86,203)
#936AD1
(147,106,209)
#A17ED7
(161,126,215)
#AF92DD
(175,146,221)
#BDA6E3
(189,166,227)
#CBBAE9
(203,186,233)
#D9CEEF
(217,206,239)
#E7E2F5
(231,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1AB9 color. Also use rgb(91,26,185) instead hex code.

Text Font Color

.myTextColor { color: #5B1AB9; }

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

This text font color is #5B1AB9.


Background Color

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

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

This div background color is #5B1AB9.


Border color

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

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

This div border color is #5B1AB9.


Opacity

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

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

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

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

This text has shadow with #5B1AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1AB9 on black background.


Color preview on white background

This text has color #5B1AB9 on white background.



Black color preview on #5B1AB9 background

This text has black color on #5B1AB9 background.


White color preview on #5B1AB9 background

This text has white color on #5B1AB9 background.