Shades of Indigo #520564
Tints of Indigo #520564
RGB
CMYK
RGB Variations
Color information
#520564 (or 0x520564) is known color: Indigo. HEX triplet: 52, 05 and 64. RGB value is (82,5,100). Sum of RGB (Red+Green+Blue) = 82+5+100=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #520564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520564 is #ADFA9B. Grayscale: #262626. Windows color (decimal): -11401884 or 6554962. OLE color: 6554962.
HSL color Cylindrical-coordinate representation of color #520564: hue angle of 288.63º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520564 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 5 | 100 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.61 |
| HSL | 288.63º | 0.9% | 0.21% | - |
| HSV(B) | 288.63º | 0.95% | 0.39% | - |
| XYZ | 5.83 | 2.82 | 12.29 | - |
| YUV | 38.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 100 | 0.18 | 0.95 | 0 | 0.61 | 288.63 | 0.9 | 0.21 |
| Hex | 52 | 5 | 64 | 12 | 5F | 0 | 3D | 121 | 5A | 15 |
| Octal | 122 | 5 | 144 | 22 | 137 | 0 | 75 | 441 | 132 | 25 |
| Binary | 1010010 | 101 | 1100100 | 10010 | 1011111 | 0 | 111101 | 100100001 | 1011010 | 10101 |
Color Harmonies of #520564
Complementary color
Monochromatic Colors of #520564
Black with #520564
Text Example
Text Example
White with #520564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520564; }
p { color: rgb(82,5,100); }
H1.HeaderClassName
{
color: #520564;
}
.AnyTagClassName
{
color: #520564;
}
</style>
background-color css
<style>
a { background-color: #520564; }
a { background-color: rgb(82,5,100); }
div.DivClassName
{
background-color: #520564;
}
.BgClassName
{
background-color: #520564;
}
</style>
border-color css
<style>
span { border-color: #520564; }
span { border-color: rgb(82,5,100); }
td.TdClassName
{
border-color: #520564;
}
.TagClassName
{
border-color: #520564;
}
</style>