Shades of Purple Taupe #564350
Tints of Purple Taupe #564350
RGB
CMYK
RGB Variations
Color information
#564350 (or 0x564350) is known color: Purple Taupe. HEX triplet: 56, 43 and 50. RGB value is (86,67,80). Sum of RGB (Red+Green+Blue) = 86+67+80=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #564350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564350 is #A9BCAF. Grayscale: #4A4A4A. Windows color (decimal): -11123888 or 5260118. OLE color: 5260118.
HSL color Cylindrical-coordinate representation of color #564350: hue angle of 318.95º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564350 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 80 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.66 |
| HSL | 318.95º | 0.12% | 0.3% | - |
| HSV(B) | 318.95º | 0.22% | 0.34% | - |
| XYZ | 7.29 | 6.57 | 8.47 | - |
| YUV | 74.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 80 | 0 | 0.22 | 0.07 | 0.66 | 318.95 | 0.12 | 0.3 |
| Hex | 56 | 43 | 50 | 0 | 16 | 7 | 42 | 13F | C | 1E |
| Octal | 126 | 103 | 120 | 0 | 26 | 7 | 102 | 477 | 14 | 36 |
| Binary | 1010110 | 1000011 | 1010000 | 0 | 10110 | 111 | 1000010 | 100111111 | 1100 | 11110 |
Color Harmonies of #564350
Complementary color
Monochromatic Colors of #564350
Black with #564350
Text Example
Text Example
White with #564350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564350; }
p { color: rgb(86,67,80); }
H1.HeaderClassName
{
color: #564350;
}
.AnyTagClassName
{
color: #564350;
}
</style>
background-color css
<style>
a { background-color: #564350; }
a { background-color: rgb(86,67,80); }
div.DivClassName
{
background-color: #564350;
}
.BgClassName
{
background-color: #564350;
}
</style>
border-color css
<style>
span { border-color: #564350; }
span { border-color: rgb(86,67,80); }
td.TdClassName
{
border-color: #564350;
}
.TagClassName
{
border-color: #564350;
}
</style>