Shades of Purple Taupe #594B58
Tints of Purple Taupe #594B58
RGB
CMYK
RGB Variations
Color information
#594B58 (or 0x594B58) is known color: Purple Taupe. HEX triplet: 59, 4B and 58. RGB value is (89,75,88). Sum of RGB (Red+Green+Blue) = 89+75+88=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #594B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B58 is #A6B4A7. Grayscale: #505050. Windows color (decimal): -10925224 or 5786457. OLE color: 5786457.
HSL color Cylindrical-coordinate representation of color #594B58: hue angle of 304.29º 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 #594B58 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 88 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.65 |
| HSL | 304.29º | 0.09% | 0.32% | - |
| HSV(B) | 304.29º | 0.16% | 0.35% | - |
| XYZ | 8.4 | 7.86 | 10.31 | - |
| YUV | 80.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 88 | 0 | 0.16 | 0.01 | 0.65 | 304.29 | 0.09 | 0.32 |
| Hex | 59 | 4B | 58 | 0 | 10 | 1 | 41 | 130 | 9 | 20 |
| Octal | 131 | 113 | 130 | 0 | 20 | 1 | 101 | 460 | 11 | 40 |
| Binary | 1011001 | 1001011 | 1011000 | 0 | 10000 | 1 | 1000001 | 100110000 | 1001 | 100000 |
Color Harmonies of #594B58
Complementary color
Monochromatic Colors of #594B58
Black with #594B58
Text Example
Text Example
White with #594B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B58; }
p { color: rgb(89,75,88); }
H1.HeaderClassName
{
color: #594B58;
}
.AnyTagClassName
{
color: #594B58;
}
</style>
background-color css
<style>
a { background-color: #594B58; }
a { background-color: rgb(89,75,88); }
div.DivClassName
{
background-color: #594B58;
}
.BgClassName
{
background-color: #594B58;
}
</style>
border-color css
<style>
span { border-color: #594B58; }
span { border-color: rgb(89,75,88); }
td.TdClassName
{
border-color: #594B58;
}
.TagClassName
{
border-color: #594B58;
}
</style>