Html Css Color HEX #5905EA Electric Indigo

📋 copy color: '#5905EA'

red 89 ◦ green 5 ◦ blue 234

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

Shades of Electric Indigo #5905EA

Tints of Electric Indigo #5905EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 27.13%
G = 1.52%
B = 71.34%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5905EA (or 0x5905EA) is known color: Electric Indigo. HEX triplet: 59, 05 and EA. RGB value is (89,5,234). Sum of RGB (Red+Green+Blue) = 89+5+234=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #5905EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5905EA is #A6FA15. Grayscale: #373737. Windows color (decimal): -10942998 or 15336793. OLE color: 15336793.

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

Color convert

RGB 89 5 234 -
CMYK 0.62 0.98 0 0.08
HSL 262.01º 0.96% 0.47% -
HSV(B) 262.01º 0.98% 0.92% -
XYZ 19.03 8.17 78.42 -
YUV 56.22 228.33 151.38 -
System Red Green Blue C M Y K H S L
Decimal 89 5 234 0.62 0.98 0 0.08 262.01 0.96 0.47
Hex 59 5 EA 3E 62 0 8 106 60 2F
Octal 131 5 352 76 142 0 10 406 140 57
Binary 1011001 101 11101010 111110 1100010 0 1000 100000110 1100000 101111

Color Harmonies of #5905EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5905EA

Black with #5905EA

Text Example


Text Example

White with #5905EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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