Shades of Indigo #5500AE
Tints of Indigo #5500AE
RGB
CMYK
RGB Variations
Color information
#5500AE (or 0x5500AE) is known color: Indigo. HEX triplet: 55, 00 and AE. RGB value is (85,0,174). Sum of RGB (Red+Green+Blue) = 85+0+174=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #5500AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5500AE is #AAFF51. Grayscale: #2C2C2C. Windows color (decimal): -11206482 or 11403349. OLE color: 11403349.
HSL color Cylindrical-coordinate representation of color #5500AE: hue angle of 269.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500AE is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 0 | 174 | - |
| CMYK | 0.51 | 1 | 0 | 0.32 |
| HSL | 269.31º | 1% | 0.34% | - |
| HSV(B) | 269.31º | 1% | 0.68% | - |
| XYZ | 11.39 | 4.99 | 40.41 | - |
| YUV | 45.25 | 200.66 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 174 | 0.51 | 1 | 0 | 0.32 | 269.31 | 1 | 0.34 |
| Hex | 55 | 0 | AE | 33 | 64 | 0 | 20 | 10D | 64 | 22 |
| Octal | 125 | 0 | 256 | 63 | 144 | 0 | 40 | 415 | 144 | 42 |
| Binary | 1010101 | 0 | 10101110 | 110011 | 1100100 | 0 | 100000 | 100001101 | 1100100 | 100010 |
Color Harmonies of #5500AE
Complementary color
Monochromatic Colors of #5500AE
Black with #5500AE
Text Example
Text Example
White with #5500AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500AE; }
p { color: rgb(85,0,174); }
H1.HeaderClassName
{
color: #5500AE;
}
.AnyTagClassName
{
color: #5500AE;
}
</style>
background-color css
<style>
a { background-color: #5500AE; }
a { background-color: rgb(85,0,174); }
div.DivClassName
{
background-color: #5500AE;
}
.BgClassName
{
background-color: #5500AE;
}
</style>
border-color css
<style>
span { border-color: #5500AE; }
span { border-color: rgb(85,0,174); }
td.TdClassName
{
border-color: #5500AE;
}
.TagClassName
{
border-color: #5500AE;
}
</style>