Shades of Indigo #5206AC
Tints of Indigo #5206AC
RGB
CMYK
RGB Variations
Color information
#5206AC (or 0x5206AC) is known color: Indigo. HEX triplet: 52, 06 and AC. RGB value is (82,6,172). Sum of RGB (Red+Green+Blue) = 82+6+172=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #5206AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5206AC is #ADF953. Grayscale: #2F2F2F. Windows color (decimal): -11401556 or 11273810. OLE color: 11273810.
HSL color Cylindrical-coordinate representation of color #5206AC: hue angle of 267.47º degrees, saturation: 0.93, 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 #5206AC is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 6 | 172 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.33 |
| HSL | 267.47º | 0.93% | 0.35% | - |
| HSV(B) | 267.47º | 0.97% | 0.67% | - |
| XYZ | 10.99 | 4.9 | 39.4 | - |
| YUV | 47.65 | 198.18 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 172 | 0.52 | 0.97 | 0 | 0.33 | 267.47 | 0.93 | 0.35 |
| Hex | 52 | 6 | AC | 34 | 61 | 0 | 21 | 10B | 5D | 23 |
| Octal | 122 | 6 | 254 | 64 | 141 | 0 | 41 | 413 | 135 | 43 |
| Binary | 1010010 | 110 | 10101100 | 110100 | 1100001 | 0 | 100001 | 100001011 | 1011101 | 100011 |
Color Harmonies of #5206AC
Complementary color
Monochromatic Colors of #5206AC
Black with #5206AC
Text Example
Text Example
White with #5206AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206AC; }
p { color: rgb(82,6,172); }
H1.HeaderClassName
{
color: #5206AC;
}
.AnyTagClassName
{
color: #5206AC;
}
</style>
background-color css
<style>
a { background-color: #5206AC; }
a { background-color: rgb(82,6,172); }
div.DivClassName
{
background-color: #5206AC;
}
.BgClassName
{
background-color: #5206AC;
}
</style>
border-color css
<style>
span { border-color: #5206AC; }
span { border-color: rgb(82,6,172); }
td.TdClassName
{
border-color: #5206AC;
}
.TagClassName
{
border-color: #5206AC;
}
</style>