Html Css Color HEX #5400EB Electric Indigo

📋 copy color: '#5400EB'

red 84 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #5400EB

Tints of Electric Indigo #5400EB

RGB

 RED value IS 84 (33.2% from 255) = 26.33%

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

 BLUE value IS 235 (92.19% from 255) = 73.67%

R = 26.33%
G = 0%
B = 73.67%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5400EB (or 0x5400EB) is known color: Electric Indigo. HEX triplet: 54, 00 and EB. RGB value is (84,0,235). Sum of RGB (Red+Green+Blue) = 84+0+235=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #5400EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400EB is #ABFF14. Grayscale: #333333. Windows color (decimal): -11271957 or 15401044. OLE color: 15401044.

HSL color Cylindrical-coordinate representation of color #5400EB: hue angle of 261.45º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400EB is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 0 235 -
CMYK 0.64 1 0 0.08
HSL 261.45º 1% 0.46% -
HSV(B) 261.45º 1% 0.92% -
XYZ 18.65 7.88 79.14 -
YUV 51.91 231.33 150.89 -
System Red Green Blue C M Y K H S L
Decimal 84 0 235 0.64 1 0 0.08 261.45 1 0.46
Hex 54 0 EB 40 64 0 8 105 64 2E
Octal 124 0 353 100 144 0 10 405 144 56
Binary 1010100 0 11101011 1000000 1100100 0 1000 100000101 1100100 101110

Color Harmonies of #5400EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5400EB

Black with #5400EB

Text Example


Text Example

White with #5400EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5400EB;
 }
 .AnyTagClassName
 {
   color: #5400EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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