Html Css Color HEX #5602ED Electric Indigo

📋 copy color: '#5602ED'

red 86 ◦ green 2 ◦ blue 237

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

Shades of Electric Indigo #5602ED

Tints of Electric Indigo #5602ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.92%

R = 26.46%
G = 0.62%
B = 72.92%

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

#5602ED (or 0x5602ED) is known color: Electric Indigo. HEX triplet: 56, 02 and ED. RGB value is (86,2,237). Sum of RGB (Red+Green+Blue) = 86+2+237=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #5602ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602ED is #A9FD12. Grayscale: #353535. Windows color (decimal): -11140371 or 15532630. OLE color: 15532630.

HSL color Cylindrical-coordinate representation of color #5602ED: hue angle of 261.45º 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 #5602ED is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 2 237 -
CMYK 0.64 0.99 0 0.07
HSL 261.45º 0.98% 0.47% -
HSV(B) 261.45º 0.99% 0.93% -
XYZ 19.15 8.14 80.68 -
YUV 53.91 231.33 150.89 -
System Red Green Blue C M Y K H S L
Decimal 86 2 237 0.64 0.99 0 0.07 261.45 0.98 0.47
Hex 56 2 ED 40 63 0 7 105 62 2F
Octal 126 2 355 100 143 0 7 405 142 57
Binary 1010110 10 11101101 1000000 1100011 0 111 100000101 1100010 101111

Color Harmonies of #5602ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5602ED

Black with #5602ED

Text Example


Text Example

White with #5602ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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