Html Css Color HEX #5500EF Electric Indigo

📋 copy color: '#5500EF'

red 85 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #5500EF

Tints of Electric Indigo #5500EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 73.77%

R = 26.23%
G = 0%
B = 73.77%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5500EF (or 0x5500EF) is known color: Electric Indigo. HEX triplet: 55, 00 and EF. RGB value is (85,0,239). Sum of RGB (Red+Green+Blue) = 85+0+239=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #5500EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5500EF is #AAFF10. Grayscale: #333333. Windows color (decimal): -11206417 or 15663189. OLE color: 15663189.

HSL color Cylindrical-coordinate representation of color #5500EF: hue angle of 261.34º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500EF is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 0 239 -
CMYK 0.64 1 0 0.06
HSL 261.34º 1% 0.47% -
HSV(B) 261.34º 1% 0.94% -
XYZ 19.33 8.16 82.22 -
YUV 52.66 233.16 151.07 -
System Red Green Blue C M Y K H S L
Decimal 85 0 239 0.64 1 0 0.06 261.34 1 0.47
Hex 55 0 EF 40 64 0 6 105 64 2F
Octal 125 0 357 100 144 0 6 405 144 57
Binary 1010101 0 11101111 1000000 1100100 0 110 100000101 1100100 101111

Color Harmonies of #5500EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5500EF

Black with #5500EF

Text Example


Text Example

White with #5500EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5500EF; }

 p { color: rgb(85,0,239); }

 H1.HeaderClassName
 {
   color: #5500EF;
 }
 .AnyTagClassName
 {
   color: #5500EF;
 }
</style>

background-color css

<style>
 a { background-color: #5500EF; }

 a { background-color: rgb(85,0,239); }

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

border-color css

<style>
 span { border-color: #5500EF; }

 span { border-color: rgb(85,0,239); }

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