Shades of Indigo #5501AD
Tints of Indigo #5501AD
RGB
CMYK
RGB Variations
Color information
#5501AD (or 0x5501AD) is known color: Indigo. HEX triplet: 55, 01 and AD. RGB value is (85,1,173). Sum of RGB (Red+Green+Blue) = 85+1+173=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #5501AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5501AD is #AAFE52. Grayscale: #2D2D2D. Windows color (decimal): -11206227 or 11338069. OLE color: 11338069.
HSL color Cylindrical-coordinate representation of color #5501AD: hue angle of 269.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5501AD is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 1 | 173 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.32 |
| HSL | 269.3º | 0.99% | 0.34% | - |
| HSV(B) | 269.3º | 0.99% | 0.68% | - |
| XYZ | 11.3 | 4.97 | 39.9 | - |
| YUV | 45.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 173 | 0.51 | 0.99 | 0 | 0.32 | 269.3 | 0.99 | 0.34 |
| Hex | 55 | 1 | AD | 33 | 63 | 0 | 20 | 10D | 63 | 22 |
| Octal | 125 | 1 | 255 | 63 | 143 | 0 | 40 | 415 | 143 | 42 |
| Binary | 1010101 | 1 | 10101101 | 110011 | 1100011 | 0 | 100000 | 100001101 | 1100011 | 100010 |
Color Harmonies of #5501AD
Complementary color
Monochromatic Colors of #5501AD
Black with #5501AD
Text Example
Text Example
White with #5501AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5501AD; }
p { color: rgb(85,1,173); }
H1.HeaderClassName
{
color: #5501AD;
}
.AnyTagClassName
{
color: #5501AD;
}
</style>
background-color css
<style>
a { background-color: #5501AD; }
a { background-color: rgb(85,1,173); }
div.DivClassName
{
background-color: #5501AD;
}
.BgClassName
{
background-color: #5501AD;
}
</style>
border-color css
<style>
span { border-color: #5501AD; }
span { border-color: rgb(85,1,173); }
td.TdClassName
{
border-color: #5501AD;
}
.TagClassName
{
border-color: #5501AD;
}
</style>