Html Css Color HEX #5903E8 Electric Indigo

📋 copy color: '#5903E8'

red 89 ◦ green 3 ◦ blue 232

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

Shades of Electric Indigo #5903E8

Tints of Electric Indigo #5903E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 71.6%

R = 27.47%
G = 0.93%
B = 71.6%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5903E8 (or 0x5903E8) is known color: Electric Indigo. HEX triplet: 59, 03 and E8. RGB value is (89,3,232). Sum of RGB (Red+Green+Blue) = 89+3+232=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #5903E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5903E8 is #A6FC17. Grayscale: #353535. Windows color (decimal): -10943512 or 15205209. OLE color: 15205209.

HSL color Cylindrical-coordinate representation of color #5903E8: hue angle of 262.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903E8 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 89 3 232 -
CMYK 0.62 0.99 0 0.09
HSL 262.53º 0.97% 0.46% -
HSV(B) 262.53º 0.99% 0.91% -
XYZ 18.72 8.02 76.9 -
YUV 54.82 227.99 152.38 -
System Red Green Blue C M Y K H S L
Decimal 89 3 232 0.62 0.99 0 0.09 262.53 0.97 0.46
Hex 59 3 E8 3E 63 0 9 107 61 2E
Octal 131 3 350 76 143 0 11 407 141 56
Binary 1011001 11 11101000 111110 1100011 0 1001 100000111 1100001 101110

Color Harmonies of #5903E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5903E8

Black with #5903E8

Text Example


Text Example

White with #5903E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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