COLOR #5B1D86

HEX: #5B1D86
RGB: (91,29,134)

Color info

#5B1D86 contains mainly red and blue colors. Web safe color of #5B1D86 is #663399 (or #639).

RGB color model

#5B1D86 color RGB value is (91,29,134).

  • red value is 91;
  • green value is 29;
  • blue value is 134.
RGB:
(91,29,134)
(36%,11%,53%)

RGB channels and saturation

R 91 of 255 = 36%
G 29 of 255 = 11%
B 134 of 255 = 53%

91
29
134

R + G + B ~ 33%. #5B1D86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 29 + 134 = 254 (100%)
R 91 of 254 ~ 35.83%
G 29 of 254 ~ 11.42%
B 134 of 254 ~ 52.76%

%35.83
%11.42
%52.76

CMYK color model

#5B1D86 color CMYK value is (32,78,0,47).

  • cyan value is 32.09%
  • magenta value is 78.36%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(32,78,0,47)
C32M78Y0K47 
(32%,78%,0%,47%)
(0.32/0.78/0.00/0.47)	

CMYK percentages

%32.09
%78.36
%0
%47.45

Codes

Color #5B1D86 in popluar color models

5B1D86
RGB9129134
HSL275°64.42%31.96%
HSB/HSV275°78.36%52.55%
CMYK32.09%78.36%0.00%
47.45%

Color #5B1D86 in popluar number systems.

HEX5B1D86
Decimal9129134
Binary10110111110110000110
Octal13335206

Shades and tints

Shades of #5B1D86

#5B1D86
(91,29,134)
#531B7A
(83,27,122)
#4B196E
(75,25,110)
#431762
(67,23,98)
#3B1556
(59,21,86)
#33134A
(51,19,74)
#2B113E
(43,17,62)
#230F32
(35,15,50)
#1B0D26
(27,13,38)
#130B1A
(19,11,26)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #5B1D86

#5B1D86
(91,29,134)
#693191
(105,49,145)
#77459C
(119,69,156)
#8559A7
(133,89,167)
#936DB2
(147,109,178)
#A181BD
(161,129,189)
#AF95C8
(175,149,200)
#BDA9D3
(189,169,211)
#CBBDDE
(203,189,222)
#D9D1E9
(217,209,233)
#E7E5F4
(231,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1D86 color. Also use rgb(91,29,134) instead hex code.

Text Font Color

.myTextColor { color: #5B1D86; }

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

This text font color is #5B1D86.


Background Color

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

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

This div background color is #5B1D86.


Border color

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

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

This div border color is #5B1D86.


Opacity

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

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

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

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

This text has shadow with #5B1D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1D86 on black background.


Color preview on white background

This text has color #5B1D86 on white background.



Black color preview on #5B1D86 background

This text has black color on #5B1D86 background.


White color preview on #5B1D86 background

This text has white color on #5B1D86 background.