#5602EF

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

Shades of Electric Indigo #5602EF

Tints of Electric Indigo #5602EF

Color information

#5602EF (or 0x5602EF) is unknown color: approx Electric Indigo. HEX triplet: 56, 02 and EF. RGB value is (86,2,239). Sum of RGB (Red+Green+Blue) = 86+2+239=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #5602EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602EF is #A9FD10. Grayscale: #353535. Windows color (decimal): -11140369 or 15663702. OLE color: 15663702.

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

Color convert

RGB862239-
CMYK0.640.9900.06
HSL261.27º98.34%47.25%-
HSV(B)261.27º99.16%93.73%-
XYZ19.448.2582.23-
YUV54.13232.33150.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 239 (93.75% from 255) = 73.09%
R=26.30%
G=0.61%
B=73.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8622390.640.9900.06261.2798.3447.25
Hex562EF406306105622f
Octal12623571001430640514257
Binary101011010111011111000000110001101101000001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5602EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,2,239); }

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

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

 a { background-color: rgb(86,2,239); }

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

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

 span { border-color: rgb(86,2,239); }

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