#5D059E

Color #5D059E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5D059E

Tints of Indigo #5D059E

Color information

#5D059E (or 0x5D059E) is unknown color: approx Indigo. HEX triplet: 5D, 05 and 9E. RGB value is (93,5,158). Sum of RGB (Red+Green+Blue) = 93+5+158=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D059E is #A2FA61. Grayscale: #303030. Windows color (decimal): -10680930 or 10356061. OLE color: 10356061.

HSL color Cylindrical-coordinate representation of color #5D059E: hue angle of 274.51º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D059E is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB935158-
CMYK0.410.9700.38
HSL274.51º93.87%31.96%-
HSV(B)274.51º96.84%61.96%-
XYZ10.744.932.73-
YUV48.75189.65159.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=36.33%
G=1.95%
B=61.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9351580.410.9700.38274.5193.8731.96
Hex5D59E29610261135e20
Octal13552365114104642313640
Binary101110110110011110101001110000101001101000100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D059E; }

 p { color: rgb(93,5,158); }

 H1.HeaderClassName
 {
   color: #5D059E;
 }
 .AnyTagClassName
 {
   color: #5D059E;
 }
</style>
background-color css

<style>
 a { background-color: #5D059E; }

 a { background-color: rgb(93,5,158); }

 div.DivClassName
 {
   background-color: #5D059E;
 }
 .BgClassName
 {
   background-color: #5D059E;
 }
</style>
border-color css

<style>
 span { border-color: #5D059E; }

 span { border-color: rgb(93,5,158); }

 td.TdClassName
 {
   border-color: #5D059E;
 }
 .TagClassName
 {
   border-color: #5D059E;
 }
</style>