#5802FE

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

Shades of Electric Indigo #5802FE

Tints of Electric Indigo #5802FE

Color information

#5802FE (or 0x5802FE) is unknown color: approx Electric Indigo. HEX triplet: 58, 02 and FE. RGB value is (88,2,254). Sum of RGB (Red+Green+Blue) = 88+2+254=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #5802FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5802FE is #A7FD01. Grayscale: #373737. Windows color (decimal): -11009282 or 16646744. OLE color: 16646744.

HSL color Cylindrical-coordinate representation of color #5802FE: hue angle of 260.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802FE is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB882254-
CMYK0.650.9900.00
HSL260.48º99.21%50.2%-
HSV(B)260.48º99.21%99.61%-
XYZ21.949.2794.4-
YUV56.44239.49150.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 254 (99.61% from 255) = 73.84%
R=25.58%
G=0.58%
B=73.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal8822540.650.9900.00260.4899.2150.2
Hex582FE4163001046332
Octal13023761011430040414362
Binary1011000101111111010000011100011001000001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5802FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5802FE; }

 p { color: rgb(88,2,254); }

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

<style>
 a { background-color: #5802FE; }

 a { background-color: rgb(88,2,254); }

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

<style>
 span { border-color: #5802FE; }

 span { border-color: rgb(88,2,254); }

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