Html Css Color HEX #5900EC Electric Indigo

📋 copy color: '#5900EC'

red 89 ◦ green 0 ◦ blue 236

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

Shades of Electric Indigo #5900EC

Tints of Electric Indigo #5900EC

RGB

 RED value IS 89 (35.16% from 255) = 27.38%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.38%
G = 0%
B = 72.62%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5900EC (or 0x5900EC) is known color: Electric Indigo. HEX triplet: 59, 00 and EC. RGB value is (89,0,236). Sum of RGB (Red+Green+Blue) = 89+0+236=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 0 (0.39% from 255 or 0% 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 #5900EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5900EC is #A6FF13. Grayscale: #343434. Windows color (decimal): -10944276 or 15466585. OLE color: 15466585.

HSL color Cylindrical-coordinate representation of color #5900EC: hue angle of 262.63º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900EC is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 0 236 -
CMYK 0.62 1 0 0.07
HSL 262.63º 1% 0.46% -
HSV(B) 262.63º 1% 0.93% -
XYZ 19.26 8.18 79.92 -
YUV 53.52 230.99 153.31 -
System Red Green Blue C M Y K H S L
Decimal 89 0 236 0.62 1 0 0.07 262.63 1 0.46
Hex 59 0 EC 3E 64 0 7 107 64 2E
Octal 131 0 354 76 144 0 7 407 144 56
Binary 1011001 0 11101100 111110 1100100 0 111 100000111 1100100 101110

Color Harmonies of #5900EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900EC

Black with #5900EC

Text Example


Text Example

White with #5900EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,0,236); }

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

background-color css

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

 a { background-color: rgb(89,0,236); }

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

border-color css

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

 span { border-color: rgb(89,0,236); }

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