Html Css Color HEX #5602EC Electric Indigo

📋 copy color: '#5602EC'

red 86 ◦ green 2 ◦ blue 236

#5602EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5602EC

Tints of Electric Indigo #5602EC

RGB

 RED value IS 86 (33.98% from 255) = 26.54%

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 236 (92.58% from 255) = 72.84%

R = 26.54%
G = 0.62%
B = 72.84%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5602EC (or 0x5602EC) is known color: Electric Indigo. HEX triplet: 56, 02 and EC. RGB value is (86,2,236). Sum of RGB (Red+Green+Blue) = 86+2+236=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #5602EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602EC is #A9FD13. Grayscale: #343434. Windows color (decimal): -11140372 or 15467094. OLE color: 15467094.

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

Color convert

RGB 86 2 236 -
CMYK 0.64 0.99 0 0.07
HSL 261.54º 0.98% 0.47% -
HSV(B) 261.54º 0.99% 0.93% -
XYZ 19 8.08 79.91 -
YUV 53.79 230.83 150.97 -
System Red Green Blue C M Y K H S L
Decimal 86 2 236 0.64 0.99 0 0.07 261.54 0.98 0.47
Hex 56 2 EC 40 63 0 7 106 62 2F
Octal 126 2 354 100 143 0 7 406 142 57
Binary 1010110 10 11101100 1000000 1100011 0 111 100000110 1100010 101111

Color Harmonies of #5602EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5602EC

Black with #5602EC

Text Example


Text Example

White with #5602EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5602EC;
 }
 .AnyTagClassName
 {
   color: #5602EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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