Html Css Color HEX #5702EC Electric Indigo

📋 copy color: '#5702EC'

red 87 ◦ green 2 ◦ blue 236

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

Shades of Electric Indigo #5702EC

Tints of Electric Indigo #5702EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.62%

R = 26.77%
G = 0.62%
B = 72.62%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5702EC (or 0x5702EC) is known color: Electric Indigo. HEX triplet: 57, 02 and EC. RGB value is (87,2,236). Sum of RGB (Red+Green+Blue) = 87+2+236=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #5702EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5702EC is #A8FD13. Grayscale: #353535. Windows color (decimal): -11074836 or 15467095. OLE color: 15467095.

HSL color Cylindrical-coordinate representation of color #5702EC: hue angle of 261.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702EC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 2 236 -
CMYK 0.63 0.99 0 0.07
HSL 261.79º 0.98% 0.47% -
HSV(B) 261.79º 0.99% 0.93% -
XYZ 19.09 8.13 79.92 -
YUV 54.09 230.66 151.47 -
System Red Green Blue C M Y K H S L
Decimal 87 2 236 0.63 0.99 0 0.07 261.79 0.98 0.47
Hex 57 2 EC 3F 63 0 7 106 62 2F
Octal 127 2 354 77 143 0 7 406 142 57
Binary 1010111 10 11101100 111111 1100011 0 111 100000110 1100010 101111

Color Harmonies of #5702EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702EC

Black with #5702EC

Text Example


Text Example

White with #5702EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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