Shades of Purple Taupe #563A52
Tints of Purple Taupe #563A52
RGB
CMYK
RGB Variations
Color information
#563A52 (or 0x563A52) is known color: Purple Taupe. HEX triplet: 56, 3A and 52. RGB value is (86,58,82). Sum of RGB (Red+Green+Blue) = 86+58+82=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #563A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A52 is #A9C5AD. Grayscale: #454545. Windows color (decimal): -11126190 or 5388886. OLE color: 5388886.
HSL color Cylindrical-coordinate representation of color #563A52: hue angle of 308.57º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563A52 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 82 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.66 |
| HSL | 308.57º | 0.19% | 0.28% | - |
| HSV(B) | 308.57º | 0.33% | 0.34% | - |
| XYZ | 6.87 | 5.61 | 8.7 | - |
| YUV | 69.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 82 | 0 | 0.33 | 0.05 | 0.66 | 308.57 | 0.19 | 0.28 |
| Hex | 56 | 3A | 52 | 0 | 21 | 5 | 42 | 135 | 13 | 1C |
| Octal | 126 | 72 | 122 | 0 | 41 | 5 | 102 | 465 | 23 | 34 |
| Binary | 1010110 | 111010 | 1010010 | 0 | 100001 | 101 | 1000010 | 100110101 | 10011 | 11100 |
Color Harmonies of #563A52
Complementary color
Monochromatic Colors of #563A52
Black with #563A52
Text Example
Text Example
White with #563A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A52; }
p { color: rgb(86,58,82); }
H1.HeaderClassName
{
color: #563A52;
}
.AnyTagClassName
{
color: #563A52;
}
</style>
background-color css
<style>
a { background-color: #563A52; }
a { background-color: rgb(86,58,82); }
div.DivClassName
{
background-color: #563A52;
}
.BgClassName
{
background-color: #563A52;
}
</style>
border-color css
<style>
span { border-color: #563A52; }
span { border-color: rgb(86,58,82); }
td.TdClassName
{
border-color: #563A52;
}
.TagClassName
{
border-color: #563A52;
}
</style>