Html Css Color HEX #5505AB Indigo

📋 copy color: '#5505AB'

red 85 ◦ green 5 ◦ blue 171

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

Shades of Indigo #5505AB

Tints of Indigo #5505AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 171 (67.19% from 255) = 65.52%

R = 32.57%
G = 1.92%
B = 65.52%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5505AB (or 0x5505AB) is known color: Indigo. HEX triplet: 55, 05 and AB. RGB value is (85,5,171). Sum of RGB (Red+Green+Blue) = 85+5+171=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #5505AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5505AB is #AAFA54. Grayscale: #2F2F2F. Windows color (decimal): -11205205 or 11208021. OLE color: 11208021.

HSL color Cylindrical-coordinate representation of color #5505AB: hue angle of 268.92º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5505AB is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 5 171 -
CMYK 0.50 0.97 0 0.33
HSL 268.92º 0.94% 0.35% -
HSV(B) 268.92º 0.97% 0.67% -
XYZ 11.15 4.98 38.9 -
YUV 47.84 197.5 154.5 -
System Red Green Blue C M Y K H S L
Decimal 85 5 171 0.50 0.97 0 0.33 268.92 0.94 0.35
Hex 55 5 AB 32 61 0 21 10D 5E 23
Octal 125 5 253 62 141 0 41 415 136 43
Binary 1010101 101 10101011 110010 1100001 0 100001 100001101 1011110 100011

Color Harmonies of #5505AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5505AB

Black with #5505AB

Text Example


Text Example

White with #5505AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5505AB; }

 p { color: rgb(85,5,171); }

 H1.HeaderClassName
 {
   color: #5505AB;
 }
 .AnyTagClassName
 {
   color: #5505AB;
 }
</style>

background-color css

<style>
 a { background-color: #5505AB; }

 a { background-color: rgb(85,5,171); }

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

border-color css

<style>
 span { border-color: #5505AB; }

 span { border-color: rgb(85,5,171); }

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