Html Css Color HEX #5702D6 Electric Indigo

📋 copy color: '#5702D6'

red 87 ◦ green 2 ◦ blue 214

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

Shades of Electric Indigo #5702D6

Tints of Electric Indigo #5702D6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 214 (83.98% from 255) = 70.63%

R = 28.71%
G = 0.66%
B = 70.63%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5702D6 (or 0x5702D6) is known color: Electric Indigo. HEX triplet: 57, 02 and D6. RGB value is (87,2,214). Sum of RGB (Red+Green+Blue) = 87+2+214=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 214 (83.98% from 255 or 70.63% from 303); Max value from RGB is 214 - color contains mainly: blue. Hex color #5702D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5702D6 is #A8FD29. Grayscale: #323232. Windows color (decimal): -11074858 or 14025303. OLE color: 14025303.

HSL color Cylindrical-coordinate representation of color #5702D6: hue angle of 264.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702D6 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 2 214 -
CMYK 0.59 0.99 0 0.16
HSL 264.06º 0.98% 0.42% -
HSV(B) 264.06º 0.99% 0.84% -
XYZ 16.09 6.92 64.11 -
YUV 51.58 219.66 153.26 -
System Red Green Blue C M Y K H S L
Decimal 87 2 214 0.59 0.99 0 0.16 264.06 0.98 0.42
Hex 57 2 D6 3B 63 0 10 108 62 2A
Octal 127 2 326 73 143 0 20 410 142 52
Binary 1010111 10 11010110 111011 1100011 0 10000 100001000 1100010 101010

Color Harmonies of #5702D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702D6

Black with #5702D6

Text Example


Text Example

White with #5702D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5702D6; }

 p { color: rgb(87,2,214); }

 H1.HeaderClassName
 {
   color: #5702D6;
 }
 .AnyTagClassName
 {
   color: #5702D6;
 }
</style>

background-color css

<style>
 a { background-color: #5702D6; }

 a { background-color: rgb(87,2,214); }

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

border-color css

<style>
 span { border-color: #5702D6; }

 span { border-color: rgb(87,2,214); }

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