Shades of Purple Taupe #594B56
Tints of Purple Taupe #594B56
RGB
CMYK
RGB Variations
Color information
#594B56 (or 0x594B56) is known color: Purple Taupe. HEX triplet: 59, 4B and 56. RGB value is (89,75,86). Sum of RGB (Red+Green+Blue) = 89+75+86=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #594B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B56 is #A6B4A9. Grayscale: #505050. Windows color (decimal): -10925226 or 5655385. OLE color: 5655385.
HSL color Cylindrical-coordinate representation of color #594B56: hue angle of 312.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #594B56 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 86 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.65 |
| HSL | 312.86º | 0.09% | 0.32% | - |
| HSV(B) | 312.86º | 0.16% | 0.35% | - |
| XYZ | 8.32 | 7.83 | 9.88 | - |
| YUV | 80.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 86 | 0 | 0.16 | 0.03 | 0.65 | 312.86 | 0.09 | 0.32 |
| Hex | 59 | 4B | 56 | 0 | 10 | 3 | 41 | 139 | 9 | 20 |
| Octal | 131 | 113 | 126 | 0 | 20 | 3 | 101 | 471 | 11 | 40 |
| Binary | 1011001 | 1001011 | 1010110 | 0 | 10000 | 11 | 1000001 | 100111001 | 1001 | 100000 |
Color Harmonies of #594B56
Complementary color
Monochromatic Colors of #594B56
Black with #594B56
Text Example
Text Example
White with #594B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B56; }
p { color: rgb(89,75,86); }
H1.HeaderClassName
{
color: #594B56;
}
.AnyTagClassName
{
color: #594B56;
}
</style>
background-color css
<style>
a { background-color: #594B56; }
a { background-color: rgb(89,75,86); }
div.DivClassName
{
background-color: #594B56;
}
.BgClassName
{
background-color: #594B56;
}
</style>
border-color css
<style>
span { border-color: #594B56; }
span { border-color: rgb(89,75,86); }
td.TdClassName
{
border-color: #594B56;
}
.TagClassName
{
border-color: #594B56;
}
</style>