#5400EE

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

Shades of Electric Indigo #5400EE

Tints of Electric Indigo #5400EE

Color information

#5400EE (or 0x5400EE) is unknown color: approx Electric Indigo. HEX triplet: 54, 00 and EE. RGB value is (84,0,238). Sum of RGB (Red+Green+Blue) = 84+0+238=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #5400EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400EE is #ABFF11. Grayscale: #333333. Windows color (decimal): -11271954 or 15597652. OLE color: 15597652.

HSL color Cylindrical-coordinate representation of color #5400EE: hue angle of 261.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400EE is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB840238-
CMYK0.65100.07
HSL261.18º100%46.67%-
HSV(B)261.18º100%93.33%-
XYZ19.098.0681.44-
YUV52.25232.83150.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 73.91%
R=26.09%
G=0%
B=73.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal8402380.65100.07261.1810046.67
Hex540EE416407105642f
Octal12403561011440740514457
Binary10101000111011101000001110010001111000001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5400EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5400EE; }

 p { color: rgb(84,0,238); }

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

<style>
 a { background-color: #5400EE; }

 a { background-color: rgb(84,0,238); }

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

<style>
 span { border-color: #5400EE; }

 span { border-color: rgb(84,0,238); }

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