#5905F9

Color #5905F9 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5905F9

Tints of Electric Indigo #5905F9

Color information

#5905F9 (or 0x5905F9) is unknown color: approx Electric Indigo. HEX triplet: 59, 05 and F9. RGB value is (89,5,249). Sum of RGB (Red+Green+Blue) = 89+5+249=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #5905F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5905F9 is #A6FA06. Grayscale: #393939. Windows color (decimal): -10942983 or 16319833. OLE color: 16319833.

HSL color Cylindrical-coordinate representation of color #5905F9: hue angle of 260.66º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5905F9 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB895249-
CMYK0.640.9800.02
HSL260.66º96.06%49.8%-
HSV(B)260.66º97.99%97.65%-
XYZ21.279.0790.25-
YUV57.93235.83150.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 5 (2.34% from 255) = 1.46%
BLUE value IS 249 (97.66% from 255) = 72.59%
R=25.95%
G=1.46%
B=72.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8952490.640.9800.02260.6696.0649.8
Hex595F94062021056032
Octal13153711001420240514062
Binary101100110111111001100000011000100101000001011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5905F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5905F9;
 }
 .AnyTagClassName
 {
   color: #5905F9;
 }
</style>
background-color css

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

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

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

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

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

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