COLOR #5B2686

HEX: #5B2686
RGB: (91,38,134)

Color info

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

RGB color model

#5B2686 color RGB value is (91,38,134).

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

RGB channels and saturation

R 91 of 255 = 36%
G 38 of 255 = 15%
B 134 of 255 = 53%

91
38
134

R + G + B ~ 35%. #5B2686 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 38 + 134 = 263 (100%)
R 91 of 263 ~ 34.6%
G 38 of 263 ~ 14.45%
B 134 of 263 ~ 50.95%

%34.6
%14.45
%50.95

CMYK color model

#5B2686 color CMYK value is (32,72,0,47).

  • cyan value is 32.09%
  • magenta value is 71.64%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(32,72,0,47)
C32M72Y0K47 
(32%,72%,0%,47%)
(0.32/0.72/0.00/0.47)	

CMYK percentages

%32.09
%71.64
%0
%47.45

Codes

Color #5B2686 in popluar color models

5B2686
RGB9138134
HSL273°55.81%33.73%
HSB/HSV273°71.64%52.55%
CMYK32.09%71.64%0.00%
47.45%

Color #5B2686 in popluar number systems.

HEX5B2686
Decimal9138134
Binary101101110011010000110
Octal13346206

Shades and tints

Shades of #5B2686

#5B2686
(91,38,134)
#53237A
(83,35,122)
#4B206E
(75,32,110)
#431D62
(67,29,98)
#3B1A56
(59,26,86)
#33174A
(51,23,74)
#2B143E
(43,20,62)
#231132
(35,17,50)
#1B0E26
(27,14,38)
#130B1A
(19,11,26)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #5B2686

#5B2686
(91,38,134)
#693991
(105,57,145)
#774C9C
(119,76,156)
#855FA7
(133,95,167)
#9372B2
(147,114,178)
#A185BD
(161,133,189)
#AF98C8
(175,152,200)
#BDABD3
(189,171,211)
#CBBEDE
(203,190,222)
#D9D1E9
(217,209,233)
#E7E4F4
(231,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2686; }

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

This text font color is #5B2686.


Background Color

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

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

This div background color is #5B2686.


Border color

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

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

This div border color is #5B2686.


Opacity

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

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

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

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

This text has shadow with #5B2686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2686 on black background.


Color preview on white background

This text has color #5B2686 on white background.



Black color preview on #5B2686 background

This text has black color on #5B2686 background.


White color preview on #5B2686 background

This text has white color on #5B2686 background.