COLOR #5D0072

HEX: #5D0072
RGB: (93,0,114)

Color info

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

RGB color model

#5D0072 color RGB value is (93,0,114).

  • red value is 93;
  • green value is 0;
  • blue value is 114.
RGB:
(93,0,114)
(36%,0%,45%)

RGB channels and saturation

R 93 of 255 = 36%
G 0 of 255 = 0%
B 114 of 255 = 45%

93
0
114

R + G + B ~ 27%. #5D0072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 0 + 114 = 207 (100%)
R 93 of 207 ~ 44.93%
G 0 of 207 ~ 0%
B 114 of 207 ~ 55.07%

%44.93
%55.07

CMYK color model

#5D0072 color CMYK value is (18,100,0,55).

  • cyan value is 18.42%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(18,100,0,55)
C18M100Y0K55 
(18%,100%,0%,55%)
(0.18/1.00/0.00/0.55)	

CMYK percentages

%18.42
%100
%0
%55.29

Codes

Color #5D0072 in popluar color models

5D0072
RGB930114
HSL289°100.00%22.35%
HSB/HSV289°100.00%44.71%
CMYK18.42%100.00%0.00%
55.29%

Color #5D0072 in popluar number systems.

HEX5D0072
Decimal930114
Binary101110101110010
Octal1350162

Shades and tints

Shades of #5D0072

#5D0072
(93,0,114)
#550068
(85,0,104)
#4D005E
(77,0,94)
#450054
(69,0,84)
#3D004A
(61,0,74)
#350040
(53,0,64)
#2D0036
(45,0,54)
#25002C
(37,0,44)
#1D0022
(29,0,34)
#150018
(21,0,24)
#0D000E
(13,0,14)
#000000
(0,0,0)

Tints of #5D0072

#5D0072
(93,0,114)
#6B177E
(107,23,126)
#792E8A
(121,46,138)
#874596
(135,69,150)
#955CA2
(149,92,162)
#A373AE
(163,115,174)
#B18ABA
(177,138,186)
#BFA1C6
(191,161,198)
#CDB8D2
(205,184,210)
#DBCFDE
(219,207,222)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D0072 color. Also use rgb(93,0,114) instead hex code.

Text Font Color

.myTextColor { color: #5D0072; }

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

This text font color is #5D0072.


Background Color

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

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

This div background color is #5D0072.


Border color

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

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

This div border color is #5D0072.


Opacity

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

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

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

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

This text has shadow with #5D0072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D0072 on black background.


Color preview on white background

This text has color #5D0072 on white background.



Black color preview on #5D0072 background

This text has black color on #5D0072 background.


White color preview on #5D0072 background

This text has white color on #5D0072 background.