Html Css Color HEX #5304FE Electric Indigo

📋 copy color: '#5304FE'

red 83 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #5304FE

Tints of Electric Indigo #5304FE

RGB

 RED value IS 83 (32.81% from 255) = 24.34%

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

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

R = 24.34%
G = 1.17%
B = 74.49%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5304FE (or 0x5304FE) is known color: Electric Indigo. HEX triplet: 53, 04 and FE. RGB value is (83,4,254). Sum of RGB (Red+Green+Blue) = 83+4+254=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #5304FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5304FE is #ACFB01. Grayscale: #373737. Windows color (decimal): -11336450 or 16647251. OLE color: 16647251.

HSL color Cylindrical-coordinate representation of color #5304FE: hue angle of 258.96º 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 #5304FE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 4 254 -
CMYK 0.67 0.98 0 0.00
HSL 258.96º 0.99% 0.51% -
HSV(B) 258.96º 0.98% 1% -
XYZ 21.5 9.08 94.39 -
YUV 56.12 239.67 147.17 -
System Red Green Blue C M Y K H S L
Decimal 83 4 254 0.67 0.98 0 0.00 258.96 0.99 0.51
Hex 53 4 FE 43 62 0 0 103 63 33
Octal 123 4 376 103 142 0 0 403 143 63
Binary 1010011 100 11111110 1000011 1100010 0 0 100000011 1100011 110011

Color Harmonies of #5304FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5304FE

Black with #5304FE

Text Example


Text Example

White with #5304FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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