Html Css Color HEX #5704FE Electric Indigo

📋 copy color: '#5704FE'

red 87 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #5704FE

Tints of Electric Indigo #5704FE

RGB

 RED value IS 87 (34.38% from 255) = 25.22%

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

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

R = 25.22%
G = 1.16%
B = 73.62%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5704FE (or 0x5704FE) is known color: Electric Indigo. HEX triplet: 57, 04 and FE. RGB value is (87,4,254). Sum of RGB (Red+Green+Blue) = 87+4+254=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #5704FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5704FE is #A8FB01. Grayscale: #383838. Windows color (decimal): -11074306 or 16647255. OLE color: 16647255.

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

Color convert

RGB 87 4 254 -
CMYK 0.66 0.98 0 0.00
HSL 259.92º 0.99% 0.51% -
HSV(B) 259.92º 0.98% 1% -
XYZ 21.86 9.27 94.4 -
YUV 57.32 239 149.17 -
System Red Green Blue C M Y K H S L
Decimal 87 4 254 0.66 0.98 0 0.00 259.92 0.99 0.51
Hex 57 4 FE 42 62 0 0 104 63 33
Octal 127 4 376 102 142 0 0 404 143 63
Binary 1010111 100 11111110 1000010 1100010 0 0 100000100 1100011 110011

Color Harmonies of #5704FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5704FE

Black with #5704FE

Text Example


Text Example

White with #5704FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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