Shades of Purple Taupe #564551
Tints of Purple Taupe #564551
RGB
CMYK
RGB Variations
Color information
#564551 (or 0x564551) is known color: Purple Taupe. HEX triplet: 56, 45 and 51. RGB value is (86,69,81). Sum of RGB (Red+Green+Blue) = 86+69+81=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #564551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564551 is #A9BAAE. Grayscale: #4B4B4B. Windows color (decimal): -11123375 or 5326166. OLE color: 5326166.
HSL color Cylindrical-coordinate representation of color #564551: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564551 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 81 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.66 |
| HSL | 317.65º | 0.11% | 0.3% | - |
| HSV(B) | 317.65º | 0.2% | 0.34% | - |
| XYZ | 7.45 | 6.83 | 8.71 | - |
| YUV | 75.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 81 | 0 | 0.20 | 0.06 | 0.66 | 317.65 | 0.11 | 0.3 |
| Hex | 56 | 45 | 51 | 0 | 14 | 6 | 42 | 13E | B | 1E |
| Octal | 126 | 105 | 121 | 0 | 24 | 6 | 102 | 476 | 13 | 36 |
| Binary | 1010110 | 1000101 | 1010001 | 0 | 10100 | 110 | 1000010 | 100111110 | 1011 | 11110 |
Color Harmonies of #564551
Complementary color
Monochromatic Colors of #564551
Black with #564551
Text Example
Text Example
White with #564551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564551; }
p { color: rgb(86,69,81); }
H1.HeaderClassName
{
color: #564551;
}
.AnyTagClassName
{
color: #564551;
}
</style>
background-color css
<style>
a { background-color: #564551; }
a { background-color: rgb(86,69,81); }
div.DivClassName
{
background-color: #564551;
}
.BgClassName
{
background-color: #564551;
}
</style>
border-color css
<style>
span { border-color: #564551; }
span { border-color: rgb(86,69,81); }
td.TdClassName
{
border-color: #564551;
}
.TagClassName
{
border-color: #564551;
}
</style>