Shades of Purple Taupe #563C52
Tints of Purple Taupe #563C52
RGB
CMYK
RGB Variations
Color information
#563C52 (or 0x563C52) is known color: Purple Taupe. HEX triplet: 56, 3C and 52. RGB value is (86,60,82). Sum of RGB (Red+Green+Blue) = 86+60+82=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #563C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C52 is #A9C3AD. Grayscale: #464646. Windows color (decimal): -11125678 or 5389398. OLE color: 5389398.
HSL color Cylindrical-coordinate representation of color #563C52: hue angle of 309.23º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C52 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 82 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.66 |
| HSL | 309.23º | 0.18% | 0.29% | - |
| HSV(B) | 309.23º | 0.3% | 0.34% | - |
| XYZ | 6.98 | 5.82 | 8.74 | - |
| YUV | 70.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 82 | 0 | 0.30 | 0.05 | 0.66 | 309.23 | 0.18 | 0.29 |
| Hex | 56 | 3C | 52 | 0 | 1E | 5 | 42 | 135 | 12 | 1D |
| Octal | 126 | 74 | 122 | 0 | 36 | 5 | 102 | 465 | 22 | 35 |
| Binary | 1010110 | 111100 | 1010010 | 0 | 11110 | 101 | 1000010 | 100110101 | 10010 | 11101 |
Color Harmonies of #563C52
Complementary color
Monochromatic Colors of #563C52
Black with #563C52
Text Example
Text Example
White with #563C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C52; }
p { color: rgb(86,60,82); }
H1.HeaderClassName
{
color: #563C52;
}
.AnyTagClassName
{
color: #563C52;
}
</style>
background-color css
<style>
a { background-color: #563C52; }
a { background-color: rgb(86,60,82); }
div.DivClassName
{
background-color: #563C52;
}
.BgClassName
{
background-color: #563C52;
}
</style>
border-color css
<style>
span { border-color: #563C52; }
span { border-color: rgb(86,60,82); }
td.TdClassName
{
border-color: #563C52;
}
.TagClassName
{
border-color: #563C52;
}
</style>