Html Css Color HEX #5901DC Electric Indigo

📋 copy color: '#5901DC'

red 89 ◦ green 1 ◦ blue 220

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

Shades of Electric Indigo #5901DC

Tints of Electric Indigo #5901DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 28.71%
G = 0.32%
B = 70.97%

CMYK

 C value IS 0.60

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5901DC (or 0x5901DC) is known color: Electric Indigo. HEX triplet: 59, 01 and DC. RGB value is (89,1,220). Sum of RGB (Red+Green+Blue) = 89+1+220=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #5901DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901DC is #A6FE23. Grayscale: #333333. Windows color (decimal): -10944036 or 14418265. OLE color: 14418265.

HSL color Cylindrical-coordinate representation of color #5901DC: hue angle of 264.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901DC is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 1 220 -
CMYK 0.60 1.00 0 0.14
HSL 264.11º 0.99% 0.43% -
HSV(B) 264.11º 1% 0.86% -
XYZ 17.05 7.31 68.22 -
YUV 52.28 222.65 154.19 -
System Red Green Blue C M Y K H S L
Decimal 89 1 220 0.60 1.00 0 0.14 264.11 0.99 0.43
Hex 59 1 DC 3C 64 0 E 108 63 2B
Octal 131 1 334 74 144 0 16 410 143 53
Binary 1011001 1 11011100 111100 1100100 0 1110 100001000 1100011 101011

Color Harmonies of #5901DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901DC

Black with #5901DC

Text Example


Text Example

White with #5901DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5901DC; }

 p { color: rgb(89,1,220); }

 H1.HeaderClassName
 {
   color: #5901DC;
 }
 .AnyTagClassName
 {
   color: #5901DC;
 }
</style>

background-color css

<style>
 a { background-color: #5901DC; }

 a { background-color: rgb(89,1,220); }

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

border-color css

<style>
 span { border-color: #5901DC; }

 span { border-color: rgb(89,1,220); }

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