Html Css Color HEX #5600DC Electric Indigo

📋 copy color: '#5600DC'

red 86 ◦ green 0 ◦ blue 220

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

Shades of Electric Indigo #5600DC

Tints of Electric Indigo #5600DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.1%
G = 0%
B = 71.9%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5600DC (or 0x5600DC) is known color: Electric Indigo. HEX triplet: 56, 00 and DC. RGB value is (86,0,220). Sum of RGB (Red+Green+Blue) = 86+0+220=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #5600DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600DC is #A9FF23. Grayscale: #323232. Windows color (decimal): -11140900 or 14418006. OLE color: 14418006.

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

Color convert

RGB 86 0 220 -
CMYK 0.61 1 0 0.14
HSL 263.45º 1% 0.43% -
HSV(B) 263.45º 1% 0.86% -
XYZ 16.76 7.15 68.21 -
YUV 50.79 223.49 153.11 -
System Red Green Blue C M Y K H S L
Decimal 86 0 220 0.61 1 0 0.14 263.45 1 0.43
Hex 56 0 DC 3D 64 0 E 107 64 2B
Octal 126 0 334 75 144 0 16 407 144 53
Binary 1010110 0 11011100 111101 1100100 0 1110 100000111 1100100 101011

Color Harmonies of #5600DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600DC

Black with #5600DC

Text Example


Text Example

White with #5600DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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