Html Css Color HEX #5500EB Electric Indigo

📋 copy color: '#5500EB'

red 85 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #5500EB

Tints of Electric Indigo #5500EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 26.56%
G = 0%
B = 73.44%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5500EB (or 0x5500EB) is known color: Electric Indigo. HEX triplet: 55, 00 and EB. RGB value is (85,0,235). Sum of RGB (Red+Green+Blue) = 85+0+235=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #5500EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5500EB is #AAFF14. Grayscale: #333333. Windows color (decimal): -11206421 or 15401045. OLE color: 15401045.

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

Color convert

RGB 85 0 235 -
CMYK 0.64 1 0 0.08
HSL 261.7º 1% 0.46% -
HSV(B) 261.7º 1% 0.92% -
XYZ 18.74 7.93 79.14 -
YUV 52.21 231.16 151.39 -
System Red Green Blue C M Y K H S L
Decimal 85 0 235 0.64 1 0 0.08 261.7 1 0.46
Hex 55 0 EB 40 64 0 8 106 64 2E
Octal 125 0 353 100 144 0 10 406 144 56
Binary 1010101 0 11101011 1000000 1100100 0 1000 100000110 1100100 101110

Color Harmonies of #5500EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5500EB

Black with #5500EB

Text Example


Text Example

White with #5500EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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