Html Css Color HEX #5501FE Electric Indigo

📋 copy color: '#5501FE'

red 85 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #5501FE

Tints of Electric Indigo #5501FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 25%
G = 0.29%
B = 74.71%

CMYK

 C value IS 0.67

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5501FE (or 0x5501FE) is known color: Electric Indigo. HEX triplet: 55, 01 and FE. RGB value is (85,1,254). Sum of RGB (Red+Green+Blue) = 85+1+254=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #5501FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501FE is #AAFE01. Grayscale: #363636. Windows color (decimal): -11206146 or 16646485. OLE color: 16646485.

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

Color convert

RGB 85 1 254 -
CMYK 0.67 1.00 0 0.00
HSL 259.92º 0.99% 0.5% -
HSV(B) 259.92º 1% 1% -
XYZ 21.65 9.11 94.38 -
YUV 54.96 240.33 149.43 -
System Red Green Blue C M Y K H S L
Decimal 85 1 254 0.67 1.00 0 0.00 259.92 0.99 0.5
Hex 55 1 FE 43 64 0 0 104 63 32
Octal 125 1 376 103 144 0 0 404 143 62
Binary 1010101 1 11111110 1000011 1100100 0 0 100000100 1100011 110010

Color Harmonies of #5501FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5501FE

Black with #5501FE

Text Example


Text Example

White with #5501FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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