Html Css Color HEX #5706FE Electric Indigo

📋 copy color: '#5706FE'

red 87 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #5706FE

Tints of Electric Indigo #5706FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

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

R = 25.07%
G = 1.73%
B = 73.2%

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

#5706FE (or 0x5706FE) is known color: Electric Indigo. HEX triplet: 57, 06 and FE. RGB value is (87,6,254). Sum of RGB (Red+Green+Blue) = 87+6+254=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 6 (2.73% from 255 or 1.73% 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 #5706FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5706FE is #A8F901. Grayscale: #393939. Windows color (decimal): -11073794 or 16647767. OLE color: 16647767.

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

Color convert

RGB 87 6 254 -
CMYK 0.66 0.98 0 0.00
HSL 259.6º 0.99% 0.51% -
HSV(B) 259.6º 0.98% 1% -
XYZ 21.89 9.31 94.41 -
YUV 58.49 238.34 148.33 -
System Red Green Blue C M Y K H S L
Decimal 87 6 254 0.66 0.98 0 0.00 259.6 0.99 0.51
Hex 57 6 FE 42 62 0 0 104 63 33
Octal 127 6 376 102 142 0 0 404 143 63
Binary 1010111 110 11111110 1000010 1100010 0 0 100000100 1100011 110011

Color Harmonies of #5706FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706FE

Black with #5706FE

Text Example


Text Example

White with #5706FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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