Html Css Color HEX #5705FE Electric Indigo

📋 copy color: '#5705FE'

red 87 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #5705FE

Tints of Electric Indigo #5705FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 25.14%
G = 1.45%
B = 73.41%

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

#5705FE (or 0x5705FE) is known color: Electric Indigo. HEX triplet: 57, 05 and FE. RGB value is (87,5,254). Sum of RGB (Red+Green+Blue) = 87+5+254=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #5705FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5705FE is #A8FA01. Grayscale: #383838. Windows color (decimal): -11074050 or 16647511. OLE color: 16647511.

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

Color convert

RGB 87 5 254 -
CMYK 0.66 0.98 0 0.00
HSL 259.76º 0.99% 0.51% -
HSV(B) 259.76º 0.98% 1% -
XYZ 21.87 9.29 94.41 -
YUV 57.9 238.67 148.75 -
System Red Green Blue C M Y K H S L
Decimal 87 5 254 0.66 0.98 0 0.00 259.76 0.99 0.51
Hex 57 5 FE 42 62 0 0 104 63 33
Octal 127 5 376 102 142 0 0 404 143 63
Binary 1010111 101 11111110 1000010 1100010 0 0 100000100 1100011 110011

Color Harmonies of #5705FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5705FE

Black with #5705FE

Text Example


Text Example

White with #5705FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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