#5908fe

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

Shades of Electric Indigo #5908FE

Tints of Electric Indigo #5908FE

Color information

#5908FE (or 0x5908FE) is unknown color: approx Electric Indigo. HEX triplet: 59, 08 and FE. RGB value is (89,8,254). Sum of RGB (Red+Green+Blue) = 89+8+254=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #5908FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5908FE is #A6F701. Grayscale: #3B3B3B. Windows color (decimal): -10942210 or 16648281. OLE color: 16648281.

HSL color Cylindrical-coordinate representation of color #5908FE: hue angle of 259.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5908FE is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB898254-
CMYK0.650.9700.00
HSL259.76º99.19%51.37%-
HSV(B)259.76º96.85%99.61%-
XYZ22.19.4594.43-
YUV60.26237.34148.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 254 (99.61% from 255) = 72.36%
R=25.36%
G=2.28%
B=72.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal8982540.650.9700.00259.7699.1951.37
Hex598FE4161001046333
Octal131103761011410040414363
Binary101100110001111111010000011100001001000001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5908fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5908fe; }

 p { color: rgb(89,8,254); }

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

<style>
 a { background-color: #5908fe; }

 a { background-color: rgb(89,8,254); }

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

<style>
 span { border-color: #5908fe; }

 span { border-color: rgb(89,8,254); }

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