Html Css Color HEX #5803EE Electric Indigo

📋 copy color: '#5803EE'

red 88 ◦ green 3 ◦ blue 238

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

Shades of Electric Indigo #5803EE

Tints of Electric Indigo #5803EE

RGB

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

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

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

R = 26.75%
G = 0.91%
B = 72.34%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5803EE (or 0x5803EE) is known color: Electric Indigo. HEX triplet: 58, 03 and EE. RGB value is (88,3,238). Sum of RGB (Red+Green+Blue) = 88+3+238=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #5803EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5803EE is #A7FC11. Grayscale: #363636. Windows color (decimal): -11009042 or 15598424. OLE color: 15598424.

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

Color convert

RGB 88 3 238 -
CMYK 0.63 0.99 0 0.07
HSL 261.7º 0.98% 0.47% -
HSV(B) 261.7º 0.99% 0.93% -
XYZ 19.49 8.31 81.47 -
YUV 55.21 231.16 151.39 -
System Red Green Blue C M Y K H S L
Decimal 88 3 238 0.63 0.99 0 0.07 261.7 0.98 0.47
Hex 58 3 EE 3F 63 0 7 106 62 2F
Octal 130 3 356 77 143 0 7 406 142 57
Binary 1011000 11 11101110 111111 1100011 0 111 100000110 1100010 101111

Color Harmonies of #5803EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5803EE

Black with #5803EE

Text Example


Text Example

White with #5803EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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