#5604ff

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

Shades of Electric Indigo #5604FF

Tints of Electric Indigo #5604FF

Color information

#5604FF (or 0x5604FF) is unknown color: approx Electric Indigo. HEX triplet: 56, 04 and FF. RGB value is (86,4,255). Sum of RGB (Red+Green+Blue) = 86+4+255=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #5604FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5604FF is #A9FB00. Grayscale: #383838. Windows color (decimal): -11139841 or 16712790. OLE color: 16712790.

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

Color convert

RGB864255-
CMYK0.660.9800
HSL259.6º100%50.78%-
HSV(B)259.6º98.43%100%-
XYZ21.939.2995.24-
YUV57.13239.67148.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 255 (100% from 255) = 73.91%
R=24.93%
G=1.16%
B=73.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal8642550.660.9800259.610050.78
Hex564FF4262001046433
Octal12643771021420040414463
Binary10101101001111111110000101100010001000001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5604ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5604ff; }

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

 H1.HeaderClassName
 {
   color: #5604ff;
 }
 .AnyTagClassName
 {
   color: #5604ff;
 }
</style>
background-color css

<style>
 a { background-color: #5604ff; }

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

 div.DivClassName
 {
   background-color: #5604ff;
 }
 .BgClassName
 {
   background-color: #5604ff;
 }
</style>
border-color css

<style>
 span { border-color: #5604ff; }

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

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