Html Css Color HEX #5900DE Electric Indigo

📋 copy color: '#5900DE'

red 89 ◦ green 0 ◦ blue 222

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

Shades of Electric Indigo #5900DE

Tints of Electric Indigo #5900DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 71.38%

R = 28.62%
G = 0%
B = 71.38%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5900DE (or 0x5900DE) is known color: Electric Indigo. HEX triplet: 59, 00 and DE. RGB value is (89,0,222). Sum of RGB (Red+Green+Blue) = 89+0+222=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #5900DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900DE is #A6FF21. Grayscale: #333333. Windows color (decimal): -10944290 or 14549081. OLE color: 14549081.

HSL color Cylindrical-coordinate representation of color #5900DE: hue angle of 264.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900DE is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 0 222 -
CMYK 0.60 1 0 0.13
HSL 264.05º 1% 0.44% -
HSV(B) 264.05º 1% 0.87% -
XYZ 17.3 7.4 69.62 -
YUV 51.92 223.99 154.45 -
System Red Green Blue C M Y K H S L
Decimal 89 0 222 0.60 1 0 0.13 264.05 1 0.44
Hex 59 0 DE 3C 64 0 D 108 64 2C
Octal 131 0 336 74 144 0 15 410 144 54
Binary 1011001 0 11011110 111100 1100100 0 1101 100001000 1100100 101100

Color Harmonies of #5900DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900DE

Black with #5900DE

Text Example


Text Example

White with #5900DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5900DE; }

 p { color: rgb(89,0,222); }

 H1.HeaderClassName
 {
   color: #5900DE;
 }
 .AnyTagClassName
 {
   color: #5900DE;
 }
</style>

background-color css

<style>
 a { background-color: #5900DE; }

 a { background-color: rgb(89,0,222); }

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

border-color css

<style>
 span { border-color: #5900DE; }

 span { border-color: rgb(89,0,222); }

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