Html Css Color HEX #5502EB Electric Indigo

📋 copy color: '#5502EB'

red 85 ◦ green 2 ◦ blue 235

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

Shades of Electric Indigo #5502EB

Tints of Electric Indigo #5502EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 26.4%
G = 0.62%
B = 72.98%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5502EB (or 0x5502EB) is known color: Electric Indigo. HEX triplet: 55, 02 and EB. RGB value is (85,2,235). Sum of RGB (Red+Green+Blue) = 85+2+235=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #5502EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502EB is #AAFD14. Grayscale: #343434. Windows color (decimal): -11205909 or 15401557. OLE color: 15401557.

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

Color convert

RGB 85 2 235 -
CMYK 0.64 0.99 0 0.08
HSL 261.37º 0.98% 0.46% -
HSV(B) 261.37º 0.99% 0.92% -
XYZ 18.76 7.97 79.15 -
YUV 53.38 230.5 150.55 -
System Red Green Blue C M Y K H S L
Decimal 85 2 235 0.64 0.99 0 0.08 261.37 0.98 0.46
Hex 55 2 EB 40 63 0 8 105 62 2E
Octal 125 2 353 100 143 0 10 405 142 56
Binary 1010101 10 11101011 1000000 1100011 0 1000 100000101 1100010 101110

Color Harmonies of #5502EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502EB

Black with #5502EB

Text Example


Text Example

White with #5502EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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