Html Css Color HEX #5903DE Electric Indigo

📋 copy color: '#5903DE'

red 89 ◦ green 3 ◦ blue 222

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

Shades of Electric Indigo #5903DE

Tints of Electric Indigo #5903DE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 28.34%
G = 0.96%
B = 70.7%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5903DE (or 0x5903DE) is known color: Electric Indigo. HEX triplet: 59, 03 and DE. RGB value is (89,3,222). Sum of RGB (Red+Green+Blue) = 89+3+222=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #5903DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5903DE is #A6FC21. Grayscale: #343434. Windows color (decimal): -10943522 or 14549849. OLE color: 14549849.

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

Color convert

RGB 89 3 222 -
CMYK 0.60 0.99 0 0.13
HSL 263.56º 0.97% 0.44% -
HSV(B) 263.56º 0.99% 0.87% -
XYZ 17.34 7.46 69.63 -
YUV 53.68 222.99 153.19 -
System Red Green Blue C M Y K H S L
Decimal 89 3 222 0.60 0.99 0 0.13 263.56 0.97 0.44
Hex 59 3 DE 3C 63 0 D 108 61 2C
Octal 131 3 336 74 143 0 15 410 141 54
Binary 1011001 11 11011110 111100 1100011 0 1101 100001000 1100001 101100

Color Harmonies of #5903DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5903DE

Black with #5903DE

Text Example


Text Example

White with #5903DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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