Shades of Purple Taupe #564051
Tints of Purple Taupe #564051
RGB
CMYK
RGB Variations
Color information
#564051 (or 0x564051) is known color: Purple Taupe. HEX triplet: 56, 40 and 51. RGB value is (86,64,81). Sum of RGB (Red+Green+Blue) = 86+64+81=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #564051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564051 is #A9BFAE. Grayscale: #484848. Windows color (decimal): -11124655 or 5324886. OLE color: 5324886.
HSL color Cylindrical-coordinate representation of color #564051: hue angle of 313.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564051 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 81 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.66 |
| HSL | 313.64º | 0.15% | 0.29% | - |
| HSV(B) | 313.64º | 0.26% | 0.34% | - |
| XYZ | 7.16 | 6.24 | 8.61 | - |
| YUV | 72.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 81 | 0 | 0.26 | 0.06 | 0.66 | 313.64 | 0.15 | 0.29 |
| Hex | 56 | 40 | 51 | 0 | 1A | 6 | 42 | 13A | F | 1D |
| Octal | 126 | 100 | 121 | 0 | 32 | 6 | 102 | 472 | 17 | 35 |
| Binary | 1010110 | 1000000 | 1010001 | 0 | 11010 | 110 | 1000010 | 100111010 | 1111 | 11101 |
Color Harmonies of #564051
Complementary color
Monochromatic Colors of #564051
Black with #564051
Text Example
Text Example
White with #564051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564051; }
p { color: rgb(86,64,81); }
H1.HeaderClassName
{
color: #564051;
}
.AnyTagClassName
{
color: #564051;
}
</style>
background-color css
<style>
a { background-color: #564051; }
a { background-color: rgb(86,64,81); }
div.DivClassName
{
background-color: #564051;
}
.BgClassName
{
background-color: #564051;
}
</style>
border-color css
<style>
span { border-color: #564051; }
span { border-color: rgb(86,64,81); }
td.TdClassName
{
border-color: #564051;
}
.TagClassName
{
border-color: #564051;
}
</style>