#5803FF

Color #5803FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5803FF

Tints of Electric Indigo #5803FF

Color information

#5803FF (or 0x5803FF) is unknown color: approx Electric Indigo. HEX triplet: 58, 03 and FF. RGB value is (88,3,255). Sum of RGB (Red+Green+Blue) = 88+3+255=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #5803FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5803FF is #A7FC00. Grayscale: #383838. Windows color (decimal): -11009025 or 16712536. OLE color: 16712536.

HSL color Cylindrical-coordinate representation of color #5803FF: hue angle of 260.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803FF is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB883255-
CMYK0.650.9900
HSL260.24º100%50.59%-
HSV(B)260.24º98.82%100%-
XYZ22.119.3695.25-
YUV57.14239.66150.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 255 (100% from 255) = 73.70%
R=25.43%
G=0.87%
B=73.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal8832550.650.9900260.2410050.59
Hex583FF4163001046433
Octal13033771011430040414463
Binary1011000111111111110000011100011001000001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5803FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5803FF;
 }
 .AnyTagClassName
 {
   color: #5803FF;
 }
</style>
background-color css

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

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

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

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

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

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