COLOR #5D008C

HEX: #5D008C
RGB: (93,0,140)

Color info

#5D008C contains only red and blue colors. Web safe color of #5D008C is #660099 (or #609).

RGB color model

#5D008C color RGB value is (93,0,140).

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

RGB channels and saturation

R 93 of 255 = 36%
G 0 of 255 = 0%
B 140 of 255 = 55%

93
0
140

R + G + B ~ 30%. #5D008C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 0 + 140 = 233 (100%)
R 93 of 233 ~ 39.91%
G 0 of 233 ~ 0%
B 140 of 233 ~ 60.09%

%39.91
%60.09

CMYK color model

#5D008C color CMYK value is (34,100,0,45).

  • cyan value is 33.57%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(34,100,0,45)
C34M100Y0K45 
(34%,100%,0%,45%)
(0.34/1.00/0.00/0.45)	

CMYK percentages

%33.57
%100
%0
%45.1

Codes

Color #5D008C in popluar color models

5D008C
RGB930140
HSL280°100.00%27.45%
HSB/HSV280°100.00%54.90%
CMYK33.57%100.00%0.00%
45.10%

Color #5D008C in popluar number systems.

HEX5D008C
Decimal930140
Binary1011101010001100
Octal1350214

Shades and tints

Shades of #5D008C

#5D008C
(93,0,140)
#550080
(85,0,128)
#4D0074
(77,0,116)
#450068
(69,0,104)
#3D005C
(61,0,92)
#350050
(53,0,80)
#2D0044
(45,0,68)
#250038
(37,0,56)
#1D002C
(29,0,44)
#150020
(21,0,32)
#0D0014
(13,0,20)
#000000
(0,0,0)

Tints of #5D008C

#5D008C
(93,0,140)
#6B1796
(107,23,150)
#792EA0
(121,46,160)
#8745AA
(135,69,170)
#955CB4
(149,92,180)
#A373BE
(163,115,190)
#B18AC8
(177,138,200)
#BFA1D2
(191,161,210)
#CDB8DC
(205,184,220)
#DBCFE6
(219,207,230)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D008C; }

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

This text font color is #5D008C.


Background Color

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

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

This div background color is #5D008C.


Border color

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

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

This div border color is #5D008C.


Opacity

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

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

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

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

This text has shadow with #5D008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D008C on black background.


Color preview on white background

This text has color #5D008C on white background.



Black color preview on #5D008C background

This text has black color on #5D008C background.


White color preview on #5D008C background

This text has white color on #5D008C background.