Shades of Purple Taupe #594258
Tints of Purple Taupe #594258
RGB
CMYK
RGB Variations
Color information
#594258 (or 0x594258) is known color: Purple Taupe. HEX triplet: 59, 42 and 58. RGB value is (89,66,88). Sum of RGB (Red+Green+Blue) = 89+66+88=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #594258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594258 is #A6BDA7. Grayscale: #4B4B4B. Windows color (decimal): -10927528 or 5784153. OLE color: 5784153.
HSL color Cylindrical-coordinate representation of color #594258: hue angle of 302.61º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #594258 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 88 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.65 |
| HSL | 302.61º | 0.15% | 0.3% | - |
| HSV(B) | 302.61º | 0.26% | 0.35% | - |
| XYZ | 7.83 | 6.72 | 10.12 | - |
| YUV | 75.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 88 | 0 | 0.26 | 0.01 | 0.65 | 302.61 | 0.15 | 0.3 |
| Hex | 59 | 42 | 58 | 0 | 1A | 1 | 41 | 12F | F | 1E |
| Octal | 131 | 102 | 130 | 0 | 32 | 1 | 101 | 457 | 17 | 36 |
| Binary | 1011001 | 1000010 | 1011000 | 0 | 11010 | 1 | 1000001 | 100101111 | 1111 | 11110 |
Color Harmonies of #594258
Complementary color
Monochromatic Colors of #594258
Black with #594258
Text Example
Text Example
White with #594258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594258; }
p { color: rgb(89,66,88); }
H1.HeaderClassName
{
color: #594258;
}
.AnyTagClassName
{
color: #594258;
}
</style>
background-color css
<style>
a { background-color: #594258; }
a { background-color: rgb(89,66,88); }
div.DivClassName
{
background-color: #594258;
}
.BgClassName
{
background-color: #594258;
}
</style>
border-color css
<style>
span { border-color: #594258; }
span { border-color: rgb(89,66,88); }
td.TdClassName
{
border-color: #594258;
}
.TagClassName
{
border-color: #594258;
}
</style>