Shades of Indigo #520566
Tints of Indigo #520566
RGB
CMYK
RGB Variations
Color information
#520566 (or 0x520566) is known color: Indigo. HEX triplet: 52, 05 and 66. RGB value is (82,5,102). Sum of RGB (Red+Green+Blue) = 82+5+102=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #520566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520566 is #ADFA99. Grayscale: #262626. Windows color (decimal): -11401882 or 6686034. OLE color: 6686034.
HSL color Cylindrical-coordinate representation of color #520566: hue angle of 287.63º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520566 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 5 | 102 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.6 |
| HSL | 287.63º | 0.91% | 0.21% | - |
| HSV(B) | 287.63º | 0.95% | 0.4% | - |
| XYZ | 5.93 | 2.86 | 12.81 | - |
| YUV | 39.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 102 | 0.20 | 0.95 | 0 | 0.6 | 287.63 | 0.91 | 0.21 |
| Hex | 52 | 5 | 66 | 14 | 5F | 0 | 3C | 120 | 5B | 15 |
| Octal | 122 | 5 | 146 | 24 | 137 | 0 | 74 | 440 | 133 | 25 |
| Binary | 1010010 | 101 | 1100110 | 10100 | 1011111 | 0 | 111100 | 100100000 | 1011011 | 10101 |
Color Harmonies of #520566
Complementary color
Monochromatic Colors of #520566
Black with #520566
Text Example
Text Example
White with #520566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520566; }
p { color: rgb(82,5,102); }
H1.HeaderClassName
{
color: #520566;
}
.AnyTagClassName
{
color: #520566;
}
</style>
background-color css
<style>
a { background-color: #520566; }
a { background-color: rgb(82,5,102); }
div.DivClassName
{
background-color: #520566;
}
.BgClassName
{
background-color: #520566;
}
</style>
border-color css
<style>
span { border-color: #520566; }
span { border-color: rgb(82,5,102); }
td.TdClassName
{
border-color: #520566;
}
.TagClassName
{
border-color: #520566;
}
</style>