COLOR #5D17AE

HEX: #5D17AE
RGB: (93,23,174)

Color info

#5D17AE contains mainly blue color. Web safe color of #5D17AE is #660099 (or #609).

RGB color model

#5D17AE color RGB value is (93,23,174).

  • red value is 93;
  • green value is 23;
  • blue value is 174.
RGB:
(93,23,174)
(36%,9%,68%)

RGB channels and saturation

R 93 of 255 = 36%
G 23 of 255 = 9%
B 174 of 255 = 68%

93
23
174

R + G + B ~ 38%. #5D17AE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 23 + 174 = 290 (100%)
R 93 of 290 ~ 32.07%
G 23 of 290 ~ 7.93%
B 174 of 290 ~ 60%

%32.07
%60

CMYK color model

#5D17AE color CMYK value is (47,87,0,32).

  • cyan value is 46.55%
  • magenta value is 86.78%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(47,87,0,32)
C47M87Y0K32 
(47%,87%,0%,32%)
(0.47/0.87/0.00/0.32)	

CMYK percentages

%46.55
%86.78
%0
%31.76

Codes

Color #5D17AE in popluar color models

5D17AE
RGB9323174
HSL268°76.65%38.63%
HSB/HSV268°86.78%68.24%
CMYK46.55%86.78%0.00%
31.76%

Color #5D17AE in popluar number systems.

HEX5D17AE
Decimal9323174
Binary10111011011110101110
Octal13527256

Shades and tints

Shades of #5D17AE

#5D17AE
(93,23,174)
#55159F
(85,21,159)
#4D1390
(77,19,144)
#451181
(69,17,129)
#3D0F72
(61,15,114)
#350D63
(53,13,99)
#2D0B54
(45,11,84)
#250945
(37,9,69)
#1D0736
(29,7,54)
#150527
(21,5,39)
#0D0318
(13,3,24)
#000000
(0,0,0)

Tints of #5D17AE

#5D17AE
(93,23,174)
#6B2CB5
(107,44,181)
#7941BC
(121,65,188)
#8756C3
(135,86,195)
#956BCA
(149,107,202)
#A380D1
(163,128,209)
#B195D8
(177,149,216)
#BFAADF
(191,170,223)
#CDBFE6
(205,191,230)
#DBD4ED
(219,212,237)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D17AE color. Also use rgb(93,23,174) instead hex code.

Text Font Color

.myTextColor { color: #5D17AE; }

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

This text font color is #5D17AE.


Background Color

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

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

This div background color is #5D17AE.


Border color

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

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

This div border color is #5D17AE.


Opacity

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

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

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

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

This text has shadow with #5D17AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D17AE on black background.


Color preview on white background

This text has color #5D17AE on white background.



Black color preview on #5D17AE background

This text has black color on #5D17AE background.


White color preview on #5D17AE background

This text has white color on #5D17AE background.