Html Css Color HEX #5706FD Electric Indigo

📋 copy color: '#5706FD'

red 87 ◦ green 6 ◦ blue 253

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

Shades of Electric Indigo #5706FD

Tints of Electric Indigo #5706FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.12%

R = 25.14%
G = 1.73%
B = 73.12%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5706FD (or 0x5706FD) is known color: Electric Indigo. HEX triplet: 57, 06 and FD. RGB value is (87,6,253). Sum of RGB (Red+Green+Blue) = 87+6+253=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #5706FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5706FD is #A8F902. Grayscale: #393939. Windows color (decimal): -11073795 or 16582231. OLE color: 16582231.

HSL color Cylindrical-coordinate representation of color #5706FD: hue angle of 259.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5706FD is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 6 253 -
CMYK 0.66 0.98 0 0.01
HSL 259.68º 0.98% 0.51% -
HSV(B) 259.68º 0.98% 0.99% -
XYZ 21.73 9.25 93.57 -
YUV 58.38 237.84 148.42 -
System Red Green Blue C M Y K H S L
Decimal 87 6 253 0.66 0.98 0 0.01 259.68 0.98 0.51
Hex 57 6 FD 42 62 0 1 104 62 33
Octal 127 6 375 102 142 0 1 404 142 63
Binary 1010111 110 11111101 1000010 1100010 0 1 100000100 1100010 110011

Color Harmonies of #5706FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706FD

Black with #5706FD

Text Example


Text Example

White with #5706FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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