COLOR #5B0E62

HEX: #5B0E62
RGB: (91,14,98)

Color info

#5B0E62 contains mainly red and blue colors. Web safe color of #5B0E62 is #660066 (or #606).

RGB color model

#5B0E62 color RGB value is (91,14,98).

  • red value is 91;
  • green value is 14;
  • blue value is 98.
RGB:
(91,14,98)
(36%,5%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 14 of 255 = 5%
B 98 of 255 = 38%

91
14
98

R + G + B ~ 26%. #5B0E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 14 + 98 = 203 (100%)
R 91 of 203 ~ 44.83%
G 14 of 203 ~ 6.9%
B 98 of 203 ~ 48.28%

%44.83
%48.28

CMYK color model

#5B0E62 color CMYK value is (7,86,0,62).

  • cyan value is 7.14%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(7,86,0,62)
C7M86Y0K62 
(7%,86%,0%,62%)
(0.07/0.86/0.00/0.62)	

CMYK percentages

%7.14
%85.71
%0
%61.57

Codes

Color #5B0E62 in popluar color models

5B0E62
RGB911498
HSL295°75.00%21.96%
HSB/HSV295°85.71%38.43%
CMYK7.14%85.71%0.00%
61.57%

Color #5B0E62 in popluar number systems.

HEX5B0E62
Decimal911498
Binary101101111101100010
Octal13316142

Shades and tints

Shades of #5B0E62

#5B0E62
(91,14,98)
#530D5A
(83,13,90)
#4B0C52
(75,12,82)
#430B4A
(67,11,74)
#3B0A42
(59,10,66)
#33093A
(51,9,58)
#2B0832
(43,8,50)
#23072A
(35,7,42)
#1B0622
(27,6,34)
#13051A
(19,5,26)
#0B0412
(11,4,18)
#000000
(0,0,0)

Tints of #5B0E62

#5B0E62
(91,14,98)
#692370
(105,35,112)
#77387E
(119,56,126)
#854D8C
(133,77,140)
#93629A
(147,98,154)
#A177A8
(161,119,168)
#AF8CB6
(175,140,182)
#BDA1C4
(189,161,196)
#CBB6D2
(203,182,210)
#D9CBE0
(217,203,224)
#E7E0EE
(231,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B0E62 color. Also use rgb(91,14,98) instead hex code.

Text Font Color

.myTextColor { color: #5B0E62; }

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

This text font color is #5B0E62.


Background Color

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

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

This div background color is #5B0E62.


Border color

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

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

This div border color is #5B0E62.


Opacity

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

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

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

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

This text has shadow with #5B0E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B0E62 on black background.


Color preview on white background

This text has color #5B0E62 on white background.



Black color preview on #5B0E62 background

This text has black color on #5B0E62 background.


White color preview on #5B0E62 background

This text has white color on #5B0E62 background.