Html Css Color HEX #5904FE Electric Indigo

📋 copy color: '#5904FE'

red 89 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #5904FE

Tints of Electric Indigo #5904FE

RGB

 RED value IS 89 (35.16% from 255) = 25.65%

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 254 (99.61% from 255) = 73.2%

R = 25.65%
G = 1.15%
B = 73.2%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5904FE (or 0x5904FE) is known color: Electric Indigo. HEX triplet: 59, 04 and FE. RGB value is (89,4,254). Sum of RGB (Red+Green+Blue) = 89+4+254=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #5904FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5904FE is #A6FB01. Grayscale: #393939. Windows color (decimal): -10943234 or 16647257. OLE color: 16647257.

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

Color convert

RGB 89 4 254 -
CMYK 0.65 0.98 0 0.00
HSL 260.4º 0.99% 0.51% -
HSV(B) 260.4º 0.98% 1% -
XYZ 22.05 9.37 94.41 -
YUV 57.92 238.66 150.17 -
System Red Green Blue C M Y K H S L
Decimal 89 4 254 0.65 0.98 0 0.00 260.4 0.99 0.51
Hex 59 4 FE 41 62 0 0 104 63 33
Octal 131 4 376 101 142 0 0 404 143 63
Binary 1011001 100 11111110 1000001 1100010 0 0 100000100 1100011 110011

Color Harmonies of #5904FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5904FE

Black with #5904FE

Text Example


Text Example

White with #5904FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5904FE; }

 p { color: rgb(89,4,254); }

 H1.HeaderClassName
 {
   color: #5904FE;
 }
 .AnyTagClassName
 {
   color: #5904FE;
 }
</style>

background-color css

<style>
 a { background-color: #5904FE; }

 a { background-color: rgb(89,4,254); }

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

border-color css

<style>
 span { border-color: #5904FE; }

 span { border-color: rgb(89,4,254); }

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