Html Css Color HEX #5804EE Electric Indigo

📋 copy color: '#5804EE'

red 88 ◦ green 4 ◦ blue 238

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

Shades of Electric Indigo #5804EE

Tints of Electric Indigo #5804EE

RGB

 RED value IS 88 (34.77% from 255) = 26.67%

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

 BLUE value IS 238 (93.36% from 255) = 72.12%

R = 26.67%
G = 1.21%
B = 72.12%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5804EE (or 0x5804EE) is known color: Electric Indigo. HEX triplet: 58, 04 and EE. RGB value is (88,4,238). Sum of RGB (Red+Green+Blue) = 88+4+238=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #5804EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5804EE is #A7FB11. Grayscale: #363636. Windows color (decimal): -11008786 or 15598680. OLE color: 15598680.

HSL color Cylindrical-coordinate representation of color #5804EE: hue angle of 261.54º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804EE is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 4 238 -
CMYK 0.63 0.98 0 0.07
HSL 261.54º 0.97% 0.47% -
HSV(B) 261.54º 0.98% 0.93% -
XYZ 19.5 8.33 81.47 -
YUV 55.79 230.83 150.97 -
System Red Green Blue C M Y K H S L
Decimal 88 4 238 0.63 0.98 0 0.07 261.54 0.97 0.47
Hex 58 4 EE 3F 62 0 7 106 61 2F
Octal 130 4 356 77 142 0 7 406 141 57
Binary 1011000 100 11101110 111111 1100010 0 111 100000110 1100001 101111

Color Harmonies of #5804EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5804EE

Black with #5804EE

Text Example


Text Example

White with #5804EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5804EE; }

 p { color: rgb(88,4,238); }

 H1.HeaderClassName
 {
   color: #5804EE;
 }
 .AnyTagClassName
 {
   color: #5804EE;
 }
</style>

background-color css

<style>
 a { background-color: #5804EE; }

 a { background-color: rgb(88,4,238); }

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

border-color css

<style>
 span { border-color: #5804EE; }

 span { border-color: rgb(88,4,238); }

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