Html Css Color HEX #5909FE Electric Indigo

📋 copy color: '#5909FE'

red 89 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #5909FE

Tints of Electric Indigo #5909FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

 BLUE value IS 254 (99.61% from 255) = 72.16%

R = 25.28%
G = 2.56%
B = 72.16%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5909FE (or 0x5909FE) is known color: Electric Indigo. HEX triplet: 59, 09 and FE. RGB value is (89,9,254). Sum of RGB (Red+Green+Blue) = 89+9+254=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #5909FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5909FE is #A6F601. Grayscale: #3B3B3B. Windows color (decimal): -10941954 or 16648537. OLE color: 16648537.

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

Color convert

RGB 89 9 254 -
CMYK 0.65 0.96 0 0.00
HSL 259.59º 0.99% 0.52% -
HSV(B) 259.59º 0.96% 1% -
XYZ 22.11 9.47 94.43 -
YUV 60.85 237 148.08 -
System Red Green Blue C M Y K H S L
Decimal 89 9 254 0.65 0.96 0 0.00 259.59 0.99 0.52
Hex 59 9 FE 41 60 0 0 104 63 34
Octal 131 11 376 101 140 0 0 404 143 64
Binary 1011001 1001 11111110 1000001 1100000 0 0 100000100 1100011 110100

Color Harmonies of #5909FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5909FE

Black with #5909FE

Text Example


Text Example

White with #5909FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5909FE; }

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

 H1.HeaderClassName
 {
   color: #5909FE;
 }
 .AnyTagClassName
 {
   color: #5909FE;
 }
</style>

background-color css

<style>
 a { background-color: #5909FE; }

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

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

border-color css

<style>
 span { border-color: #5909FE; }

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

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