Html Css Color HEX #5900EA Electric Indigo

📋 copy color: '#5900EA'

red 89 ◦ green 0 ◦ blue 234

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

Shades of Electric Indigo #5900EA

Tints of Electric Indigo #5900EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72.45%

R = 27.55%
G = 0%
B = 72.45%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5900EA (or 0x5900EA) is known color: Electric Indigo. HEX triplet: 59, 00 and EA. RGB value is (89,0,234). Sum of RGB (Red+Green+Blue) = 89+0+234=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #5900EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5900EA is #A6FF15. Grayscale: #343434. Windows color (decimal): -10944278 or 15335513. OLE color: 15335513.

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

Color convert

RGB 89 0 234 -
CMYK 0.62 1 0 0.08
HSL 262.82º 1% 0.46% -
HSV(B) 262.82º 1% 0.92% -
XYZ 18.97 8.06 78.4 -
YUV 53.29 229.99 153.47 -
System Red Green Blue C M Y K H S L
Decimal 89 0 234 0.62 1 0 0.08 262.82 1 0.46
Hex 59 0 EA 3E 64 0 8 107 64 2E
Octal 131 0 352 76 144 0 10 407 144 56
Binary 1011001 0 11101010 111110 1100100 0 1000 100000111 1100100 101110

Color Harmonies of #5900EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900EA

Black with #5900EA

Text Example


Text Example

White with #5900EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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