COLOR #5B0063

HEX: #5B0063
RGB: (91,0,99)

Color info

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

RGB color model

#5B0063 color RGB value is (91,0,99).

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

RGB channels and saturation

R 91 of 255 = 36%
G 0 of 255 = 0%
B 99 of 255 = 39%

91
0
99

R + G + B ~ 25%. #5B0063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 0 + 99 = 190 (100%)
R 91 of 190 ~ 47.89%
G 0 of 190 ~ 0%
B 99 of 190 ~ 52.11%

%47.89
%52.11

CMYK color model

#5B0063 color CMYK value is (8,100,0,61).

  • cyan value is 8.08%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(8,100,0,61)
C8M100Y0K61 
(8%,100%,0%,61%)
(0.08/1.00/0.00/0.61)	

CMYK percentages

%8.08
%100
%0
%61.18

Codes

Color #5B0063 in popluar color models

5B0063
RGB91099
HSL295°100.00%19.41%
HSB/HSV295°100.00%38.82%
CMYK8.08%100.00%0.00%
61.18%

Color #5B0063 in popluar number systems.

HEX5B0063
Decimal91099
Binary101101101100011
Octal1330143

Shades and tints

Shades of #5B0063

#5B0063
(91,0,99)
#53005A
(83,0,90)
#4B0051
(75,0,81)
#430048
(67,0,72)
#3B003F
(59,0,63)
#330036
(51,0,54)
#2B002D
(43,0,45)
#230024
(35,0,36)
#1B001B
(27,0,27)
#130012
(19,0,18)
#0B0009
(11,0,9)
#000000
(0,0,0)

Tints of #5B0063

#5B0063
(91,0,99)
#691771
(105,23,113)
#772E7F
(119,46,127)
#85458D
(133,69,141)
#935C9B
(147,92,155)
#A173A9
(161,115,169)
#AF8AB7
(175,138,183)
#BDA1C5
(189,161,197)
#CBB8D3
(203,184,211)
#D9CFE1
(217,207,225)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B0063; }

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

This text font color is #5B0063.


Background Color

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

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

This div background color is #5B0063.


Border color

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

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

This div border color is #5B0063.


Opacity

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

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

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

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

This text has shadow with #5B0063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B0063 on black background.


Color preview on white background

This text has color #5B0063 on white background.



Black color preview on #5B0063 background

This text has black color on #5B0063 background.


White color preview on #5B0063 background

This text has white color on #5B0063 background.