Html Css Color HEX #5904D3 Electric Indigo

📋 copy color: '#5904D3'

red 89 ◦ green 4 ◦ blue 211

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

Shades of Electric Indigo #5904D3

Tints of Electric Indigo #5904D3

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 211 (82.81% from 255) = 69.41%

R = 29.28%
G = 1.32%
B = 69.41%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5904D3 (or 0x5904D3) is known color: Electric Indigo. HEX triplet: 59, 04 and D3. RGB value is (89,4,211). Sum of RGB (Red+Green+Blue) = 89+4+211=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 211 (82.81% from 255 or 69.41% from 304); Max value from RGB is 211 - color contains mainly: blue. Hex color #5904D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5904D3 is #A6FB2C. Grayscale: #343434. Windows color (decimal): -10943277 or 13829209. OLE color: 13829209.

HSL color Cylindrical-coordinate representation of color #5904D3: hue angle of 264.64º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904D3 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 89 4 211 -
CMYK 0.58 0.98 0 0.17
HSL 264.64º 0.96% 0.42% -
HSV(B) 264.64º 0.98% 0.83% -
XYZ 15.92 6.91 62.12 -
YUV 53.01 217.16 153.67 -
System Red Green Blue C M Y K H S L
Decimal 89 4 211 0.58 0.98 0 0.17 264.64 0.96 0.42
Hex 59 4 D3 3A 62 0 11 109 60 2A
Octal 131 4 323 72 142 0 21 411 140 52
Binary 1011001 100 11010011 111010 1100010 0 10001 100001001 1100000 101010

Color Harmonies of #5904D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5904D3

Black with #5904D3

Text Example


Text Example

White with #5904D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5904D3; }

 p { color: rgb(89,4,211); }

 H1.HeaderClassName
 {
   color: #5904D3;
 }
 .AnyTagClassName
 {
   color: #5904D3;
 }
</style>

background-color css

<style>
 a { background-color: #5904D3; }

 a { background-color: rgb(89,4,211); }

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

border-color css

<style>
 span { border-color: #5904D3; }

 span { border-color: rgb(89,4,211); }

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