Shades of Purple Taupe #564C53
Tints of Purple Taupe #564C53
RGB
CMYK
RGB Variations
Color information
#564C53 (or 0x564C53) is known color: Purple Taupe. HEX triplet: 56, 4C and 53. RGB value is (86,76,83). Sum of RGB (Red+Green+Blue) = 86+76+83=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #564C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C53 is #A9B3AC. Grayscale: #4F4F4F. Windows color (decimal): -11121581 or 5459030. OLE color: 5459030.
HSL color Cylindrical-coordinate representation of color #564C53: hue angle of 318º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564C53 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 83 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.66 |
| HSL | 318º | 0.06% | 0.32% | - |
| HSV(B) | 318º | 0.12% | 0.34% | - |
| XYZ | 7.98 | 7.77 | 9.26 | - |
| YUV | 79.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 83 | 0 | 0.12 | 0.03 | 0.66 | 318 | 0.06 | 0.32 |
| Hex | 56 | 4C | 53 | 0 | C | 3 | 42 | 13E | 6 | 20 |
| Octal | 126 | 114 | 123 | 0 | 14 | 3 | 102 | 476 | 6 | 40 |
| Binary | 1010110 | 1001100 | 1010011 | 0 | 1100 | 11 | 1000010 | 100111110 | 110 | 100000 |
Color Harmonies of #564C53
Complementary color
Monochromatic Colors of #564C53
Black with #564C53
Text Example
Text Example
White with #564C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C53; }
p { color: rgb(86,76,83); }
H1.HeaderClassName
{
color: #564C53;
}
.AnyTagClassName
{
color: #564C53;
}
</style>
background-color css
<style>
a { background-color: #564C53; }
a { background-color: rgb(86,76,83); }
div.DivClassName
{
background-color: #564C53;
}
.BgClassName
{
background-color: #564C53;
}
</style>
border-color css
<style>
span { border-color: #564C53; }
span { border-color: rgb(86,76,83); }
td.TdClassName
{
border-color: #564C53;
}
.TagClassName
{
border-color: #564C53;
}
</style>