#5805EF

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

Shades of Electric Indigo #5805EF

Tints of Electric Indigo #5805EF

Color information

#5805EF (or 0x5805EF) is unknown color: approx Electric Indigo. HEX triplet: 58, 05 and EF. RGB value is (88,5,239). Sum of RGB (Red+Green+Blue) = 88+5+239=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #5805EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5805EF is #A7FA10. Grayscale: #373737. Windows color (decimal): -11008529 or 15664472. OLE color: 15664472.

HSL color Cylindrical-coordinate representation of color #5805EF: hue angle of 261.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805EF is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB885239-
CMYK0.630.9800.06
HSL261.28º95.9%47.84%-
HSV(B)261.28º97.91%93.73%-
XYZ19.668.4282.25-
YUV56.49231150.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 239 (93.75% from 255) = 71.99%
R=26.51%
G=1.51%
B=71.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8852390.630.9800.06261.2895.947.84
Hex585EF3F62061056030
Octal1305357771420640514060
Binary101100010111101111111111110001001101000001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5805EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5805EF; }

 p { color: rgb(88,5,239); }

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

<style>
 a { background-color: #5805EF; }

 a { background-color: rgb(88,5,239); }

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

<style>
 span { border-color: #5805EF; }

 span { border-color: rgb(88,5,239); }

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