Html Css Color HEX #5909FC Electric Indigo

📋 copy color: '#5909FC'

red 89 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #5909FC

Tints of Electric Indigo #5909FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 25.43%
G = 2.57%
B = 72%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5909FC (or 0x5909FC) is known color: Electric Indigo. HEX triplet: 59, 09 and FC. RGB value is (89,9,252). Sum of RGB (Red+Green+Blue) = 89+9+252=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #5909FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5909FC is #A6F603. Grayscale: #3B3B3B. Windows color (decimal): -10941956 or 16517465. OLE color: 16517465.

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

Color convert

RGB 89 9 252 -
CMYK 0.65 0.96 0 0.01
HSL 259.75º 0.98% 0.51% -
HSV(B) 259.75º 0.96% 0.99% -
XYZ 21.79 9.35 92.75 -
YUV 60.62 236 148.24 -
System Red Green Blue C M Y K H S L
Decimal 89 9 252 0.65 0.96 0 0.01 259.75 0.98 0.51
Hex 59 9 FC 41 60 0 1 104 62 33
Octal 131 11 374 101 140 0 1 404 142 63
Binary 1011001 1001 11111100 1000001 1100000 0 1 100000100 1100010 110011

Color Harmonies of #5909FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5909FC

Black with #5909FC

Text Example


Text Example

White with #5909FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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