COLOR #5B006E

HEX: #5B006E
RGB: (91,0,110)

Color info

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

RGB color model

#5B006E color RGB value is (91,0,110).

  • red value is 91;
  • green value is 0;
  • blue value is 110.
RGB:
(91,0,110)
(36%,0%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 0 of 255 = 0%
B 110 of 255 = 43%

91
0
110

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

Portions of RGB colors in percentages

R + G + B =
91 + 0 + 110 = 201 (100%)
R 91 of 201 ~ 45.27%
G 0 of 201 ~ 0%
B 110 of 201 ~ 54.73%

%45.27
%54.73

CMYK color model

#5B006E color CMYK value is (17,100,0,57).

  • cyan value is 17.27%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(17,100,0,57)
C17M100Y0K57 
(17%,100%,0%,57%)
(0.17/1.00/0.00/0.57)	

CMYK percentages

%17.27
%100
%0
%56.86

Codes

Color #5B006E in popluar color models

5B006E
RGB910110
HSL290°100.00%21.57%
HSB/HSV290°100.00%43.14%
CMYK17.27%100.00%0.00%
56.86%

Color #5B006E in popluar number systems.

HEX5B006E
Decimal910110
Binary101101101101110
Octal1330156

Shades and tints

Shades of #5B006E

#5B006E
(91,0,110)
#530064
(83,0,100)
#4B005A
(75,0,90)
#430050
(67,0,80)
#3B0046
(59,0,70)
#33003C
(51,0,60)
#2B0032
(43,0,50)
#230028
(35,0,40)
#1B001E
(27,0,30)
#130014
(19,0,20)
#0B000A
(11,0,10)
#000000
(0,0,0)

Tints of #5B006E

#5B006E
(91,0,110)
#69177B
(105,23,123)
#772E88
(119,46,136)
#854595
(133,69,149)
#935CA2
(147,92,162)
#A173AF
(161,115,175)
#AF8ABC
(175,138,188)
#BDA1C9
(189,161,201)
#CBB8D6
(203,184,214)
#D9CFE3
(217,207,227)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B006E color. Also use rgb(91,0,110) instead hex code.

Text Font Color

.myTextColor { color: #5B006E; }

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

This text font color is #5B006E.


Background Color

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

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

This div background color is #5B006E.


Border color

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

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

This div border color is #5B006E.


Opacity

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

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

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

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

This text has shadow with #5B006E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B006E on black background.


Color preview on white background

This text has color #5B006E on white background.



Black color preview on #5B006E background

This text has black color on #5B006E background.


White color preview on #5B006E background

This text has white color on #5B006E background.