Html Css Color HEX #5503FE Electric Indigo

📋 copy color: '#5503FE'

red 85 ◦ green 3 ◦ blue 254

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

Shades of Electric Indigo #5503FE

Tints of Electric Indigo #5503FE

RGB

 RED value IS 85 (33.59% from 255) = 24.85%

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

 BLUE value IS 254 (99.61% from 255) = 74.27%

R = 24.85%
G = 0.88%
B = 74.27%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5503FE (or 0x5503FE) is known color: Electric Indigo. HEX triplet: 55, 03 and FE. RGB value is (85,3,254). Sum of RGB (Red+Green+Blue) = 85+3+254=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #5503FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5503FE is #AAFC01. Grayscale: #373737. Windows color (decimal): -11205634 or 16646997. OLE color: 16646997.

HSL color Cylindrical-coordinate representation of color #5503FE: hue angle of 259.6º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503FE is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 3 254 -
CMYK 0.67 0.99 0 0.00
HSL 259.6º 0.99% 0.5% -
HSV(B) 259.6º 0.99% 1% -
XYZ 21.67 9.15 94.39 -
YUV 56.13 239.67 148.59 -
System Red Green Blue C M Y K H S L
Decimal 85 3 254 0.67 0.99 0 0.00 259.6 0.99 0.5
Hex 55 3 FE 43 63 0 0 104 63 32
Octal 125 3 376 103 143 0 0 404 143 62
Binary 1010101 11 11111110 1000011 1100011 0 0 100000100 1100011 110010

Color Harmonies of #5503FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5503FE

Black with #5503FE

Text Example


Text Example

White with #5503FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5503FE; }

 p { color: rgb(85,3,254); }

 H1.HeaderClassName
 {
   color: #5503FE;
 }
 .AnyTagClassName
 {
   color: #5503FE;
 }
</style>

background-color css

<style>
 a { background-color: #5503FE; }

 a { background-color: rgb(85,3,254); }

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

border-color css

<style>
 span { border-color: #5503FE; }

 span { border-color: rgb(85,3,254); }

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