#5902E8

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

Shades of Electric Indigo #5902E8

Tints of Electric Indigo #5902E8

Color information

#5902E8 (or 0x5902E8) is unknown color: approx Electric Indigo. HEX triplet: 59, 02 and E8. RGB value is (89,2,232). Sum of RGB (Red+Green+Blue) = 89+2+232=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 232 (91.02% from 255 or 71.83% from 323); Max value from RGB is 232 - color contains mainly: blue. Hex color #5902E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5902E8 is #A6FD17. Grayscale: #353535. Windows color (decimal): -10943768 or 15204953. OLE color: 15204953.

HSL color Cylindrical-coordinate representation of color #5902E8: hue angle of 262.7º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902E8 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB892232-
CMYK0.620.9900.09
HSL262.7º98.29%45.88%-
HSV(B)262.7º99.14%90.98%-
XYZ18.717.9976.9-
YUV54.23228.32152.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 232 (91.02% from 255) = 71.83%
R=27.55%
G=0.62%
B=71.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8922320.620.9900.09262.798.2945.88
Hex592E83E6309107622e
Octal13123507614301140714256
Binary101100110111010001111101100011010011000001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5902E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5902E8; }

 p { color: rgb(89,2,232); }

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

<style>
 a { background-color: #5902E8; }

 a { background-color: rgb(89,2,232); }

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

<style>
 span { border-color: #5902E8; }

 span { border-color: rgb(89,2,232); }

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