#5600FF

Color #5600FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5600FF

Tints of Electric Indigo #5600FF

Color information

#5600FF (or 0x5600FF) is unknown color: approx 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

RGB860255-
CMYK0.66100
HSL260.24º100%50%-
HSV(B)260.24º100%100%-
XYZ21.899.295.23-
YUV54.78240.99150.27-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal8602550.66100260.2410050
Hex560FF4264001046432
Octal12603771021440040414462
Binary101011001111111110000101100100001000001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5600FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>