Html Css Color HEX #5600FF Electric Indigo

📋 copy color: '#5600FF'

red 86 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #5600FF

Tints of Electric Indigo #5600FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.78%

R = 25.22%
G = 0%
B = 74.78%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5600FF (or 0x5600FF) is known color: Electric Indigo. HEX triplet: 56, 00 and FF. RGB value is (86,0,255). Sum of RGB (Red+Green+Blue) = 86+0+255=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #5600FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600FF is #A9FF00. Grayscale: #353535. Windows color (decimal): -11140865 or 16711766. OLE color: 16711766.

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

Color convert

RGB 86 0 255 -
CMYK 0.66 1 0 0
HSL 260.24º 1% 0.5% -
HSV(B) 260.24º 1% 1% -
XYZ 21.89 9.2 95.23 -
YUV 54.78 240.99 150.27 -
System Red Green Blue C M Y K H S L
Decimal 86 0 255 0.66 1 0 0 260.24 1 0.5
Hex 56 0 FF 42 64 0 0 104 64 32
Octal 126 0 377 102 144 0 0 404 144 62
Binary 1010110 0 11111111 1000010 1100100 0 0 100000100 1100100 110010

Color Harmonies of #5600FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600FF

Black with #5600FF

Text Example


Text Example

White with #5600FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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