Html Css Color HEX #5905FC Electric Indigo

📋 copy color: '#5905FC'

red 89 ◦ green 5 ◦ blue 252

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

Shades of Electric Indigo #5905FC

Tints of Electric Indigo #5905FC

RGB

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

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

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

R = 25.72%
G = 1.45%
B = 72.83%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5905FC (or 0x5905FC) is known color: Electric Indigo. HEX triplet: 59, 05 and FC. RGB value is (89,5,252). Sum of RGB (Red+Green+Blue) = 89+5+252=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #5905FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5905FC is #A6FA03. Grayscale: #393939. Windows color (decimal): -10942980 or 16516441. OLE color: 16516441.

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

Color convert

RGB 89 5 252 -
CMYK 0.65 0.98 0 0.01
HSL 260.4º 0.98% 0.5% -
HSV(B) 260.4º 0.98% 0.99% -
XYZ 21.74 9.26 92.74 -
YUV 58.27 237.33 149.92 -
System Red Green Blue C M Y K H S L
Decimal 89 5 252 0.65 0.98 0 0.01 260.4 0.98 0.5
Hex 59 5 FC 41 62 0 1 104 62 32
Octal 131 5 374 101 142 0 1 404 142 62
Binary 1011001 101 11111100 1000001 1100010 0 1 100000100 1100010 110010

Color Harmonies of #5905FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5905FC

Black with #5905FC

Text Example


Text Example

White with #5905FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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