Html Css Color HEX #5602DC Electric Indigo

📋 copy color: '#5602DC'

red 86 ◦ green 2 ◦ blue 220

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

Shades of Electric Indigo #5602DC

Tints of Electric Indigo #5602DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.43%

R = 27.92%
G = 0.65%
B = 71.43%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5602DC (or 0x5602DC) is known color: Electric Indigo. HEX triplet: 56, 02 and DC. RGB value is (86,2,220). Sum of RGB (Red+Green+Blue) = 86+2+220=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #5602DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5602DC is #A9FD23. Grayscale: #333333. Windows color (decimal): -11140388 or 14418518. OLE color: 14418518.

HSL color Cylindrical-coordinate representation of color #5602DC: hue angle of 263.12º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602DC is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 2 220 -
CMYK 0.61 0.99 0 0.14
HSL 263.12º 0.98% 0.44% -
HSV(B) 263.12º 0.99% 0.86% -
XYZ 16.78 7.19 68.21 -
YUV 51.97 222.83 152.27 -
System Red Green Blue C M Y K H S L
Decimal 86 2 220 0.61 0.99 0 0.14 263.12 0.98 0.44
Hex 56 2 DC 3D 63 0 E 107 62 2C
Octal 126 2 334 75 143 0 16 407 142 54
Binary 1010110 10 11011100 111101 1100011 0 1110 100000111 1100010 101100

Color Harmonies of #5602DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5602DC

Black with #5602DC

Text Example


Text Example

White with #5602DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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