#5503E8

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

Shades of Electric Indigo #5503E8

Tints of Electric Indigo #5503E8

Color information

#5503E8 (or 0x5503E8) is unknown color: approx Electric Indigo. HEX triplet: 55, 03 and E8. RGB value is (85,3,232). Sum of RGB (Red+Green+Blue) = 85+3+232=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 232 (91.02% from 255 or 72.5% from 320); Max value from RGB is 232 - color contains mainly: blue. Hex color #5503E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5503E8 is #AAFC17. Grayscale: #343434. Windows color (decimal): -11205656 or 15205205. OLE color: 15205205.

HSL color Cylindrical-coordinate representation of color #5503E8: hue angle of 261.48º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503E8 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB853232-
CMYK0.630.9900.09
HSL261.48º97.45%46.08%-
HSV(B)261.48º98.71%90.98%-
XYZ18.347.8276.89-
YUV53.62228.67150.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 232 (91.02% from 255) = 72.5%
R=26.56%
G=0.94%
B=72.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8532320.630.9900.09261.4897.4546.08
Hex553E83F6309105612e
Octal12533507714301140514156
Binary101010111111010001111111100011010011000001011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5503E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5503E8; }

 p { color: rgb(85,3,232); }

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

<style>
 a { background-color: #5503E8; }

 a { background-color: rgb(85,3,232); }

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

<style>
 span { border-color: #5503E8; }

 span { border-color: rgb(85,3,232); }

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