Shades of Indigo #5504AF
Tints of Indigo #5504AF
RGB
CMYK
RGB Variations
Color information
#5504AF (or 0x5504AF) is known color: Indigo. HEX triplet: 55, 04 and AF. RGB value is (85,4,175). Sum of RGB (Red+Green+Blue) = 85+4+175=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #5504AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5504AF is #AAFB50. Grayscale: #2F2F2F. Windows color (decimal): -11205457 or 11469909. OLE color: 11469909.
HSL color Cylindrical-coordinate representation of color #5504AF: hue angle of 268.42º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504AF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 4 | 175 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.31 |
| HSL | 268.42º | 0.96% | 0.35% | - |
| HSV(B) | 268.42º | 0.98% | 0.69% | - |
| XYZ | 11.53 | 5.11 | 40.94 | - |
| YUV | 47.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 175 | 0.51 | 0.98 | 0 | 0.31 | 268.42 | 0.96 | 0.35 |
| Hex | 55 | 4 | AF | 33 | 62 | 0 | 1F | 10C | 60 | 23 |
| Octal | 125 | 4 | 257 | 63 | 142 | 0 | 37 | 414 | 140 | 43 |
| Binary | 1010101 | 100 | 10101111 | 110011 | 1100010 | 0 | 11111 | 100001100 | 1100000 | 100011 |
Color Harmonies of #5504AF
Complementary color
Monochromatic Colors of #5504AF
Black with #5504AF
Text Example
Text Example
White with #5504AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504AF; }
p { color: rgb(85,4,175); }
H1.HeaderClassName
{
color: #5504AF;
}
.AnyTagClassName
{
color: #5504AF;
}
</style>
background-color css
<style>
a { background-color: #5504AF; }
a { background-color: rgb(85,4,175); }
div.DivClassName
{
background-color: #5504AF;
}
.BgClassName
{
background-color: #5504AF;
}
</style>
border-color css
<style>
span { border-color: #5504AF; }
span { border-color: rgb(85,4,175); }
td.TdClassName
{
border-color: #5504AF;
}
.TagClassName
{
border-color: #5504AF;
}
</style>