Html Css Color HEX #5500AB Indigo

📋 copy color: '#5500AB'

red 85 ◦ green 0 ◦ blue 171

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

Shades of Indigo #5500AB

Tints of Indigo #5500AB

RGB

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

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

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

R = 33.2%
G = 0%
B = 66.8%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5500AB (or 0x5500AB) is known color: Indigo. HEX triplet: 55, 00 and AB. RGB value is (85,0,171). Sum of RGB (Red+Green+Blue) = 85+0+171=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #5500AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5500AB is #AAFF54. Grayscale: #2C2C2C. Windows color (decimal): -11206485 or 11206741. OLE color: 11206741.

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

Color convert

RGB 85 0 171 -
CMYK 0.50 1 0 0.33
HSL 269.82º 1% 0.34% -
HSV(B) 269.82º 1% 0.67% -
XYZ 11.1 4.87 38.88 -
YUV 44.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 85 0 171 0.50 1 0 0.33 269.82 1 0.34
Hex 55 0 AB 32 64 0 21 10E 64 22
Octal 125 0 253 62 144 0 41 416 144 42
Binary 1010101 0 10101011 110010 1100100 0 100001 100001110 1100100 100010

Color Harmonies of #5500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5500AB

Black with #5500AB

Text Example


Text Example

White with #5500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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