Html Css Color HEX #5501EE Electric Indigo

📋 copy color: '#5501EE'

red 85 ◦ green 1 ◦ blue 238

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

Shades of Electric Indigo #5501EE

Tints of Electric Indigo #5501EE

RGB

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

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

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

R = 26.23%
G = 0.31%
B = 73.46%

CMYK

 C value IS 0.64

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5501EE (or 0x5501EE) is known color: Electric Indigo. HEX triplet: 55, 01 and EE. RGB value is (85,1,238). Sum of RGB (Red+Green+Blue) = 85+1+238=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #5501EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501EE is #AAFE11. Grayscale: #343434. Windows color (decimal): -11206162 or 15597909. OLE color: 15597909.

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

Color convert

RGB 85 1 238 -
CMYK 0.64 1.00 0 0.07
HSL 261.27º 0.99% 0.47% -
HSV(B) 261.27º 1% 0.93% -
XYZ 19.19 8.13 81.45 -
YUV 53.13 232.33 150.73 -
System Red Green Blue C M Y K H S L
Decimal 85 1 238 0.64 1.00 0 0.07 261.27 0.99 0.47
Hex 55 1 EE 40 64 0 7 105 63 2F
Octal 125 1 356 100 144 0 7 405 143 57
Binary 1010101 1 11101110 1000000 1100100 0 111 100000101 1100011 101111

Color Harmonies of #5501EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5501EE

Black with #5501EE

Text Example


Text Example

White with #5501EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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