Shades of Purple Taupe #584856
Tints of Purple Taupe #584856
RGB
CMYK
RGB Variations
Color information
#584856 (or 0x584856) is known color: Purple Taupe. HEX triplet: 58, 48 and 56. RGB value is (88,72,86). Sum of RGB (Red+Green+Blue) = 88+72+86=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #584856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584856 is #A7B7A9. Grayscale: #4E4E4E. Windows color (decimal): -10991530 or 5654616. OLE color: 5654616.
HSL color Cylindrical-coordinate representation of color #584856: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #584856 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 86 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.65 |
| HSL | 307.5º | 0.1% | 0.31% | - |
| HSV(B) | 307.5º | 0.18% | 0.35% | - |
| XYZ | 8.02 | 7.38 | 9.81 | - |
| YUV | 78.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 86 | 0 | 0.18 | 0.02 | 0.65 | 307.5 | 0.1 | 0.31 |
| Hex | 58 | 48 | 56 | 0 | 12 | 2 | 41 | 134 | A | 1F |
| Octal | 130 | 110 | 126 | 0 | 22 | 2 | 101 | 464 | 12 | 37 |
| Binary | 1011000 | 1001000 | 1010110 | 0 | 10010 | 10 | 1000001 | 100110100 | 1010 | 11111 |
Color Harmonies of #584856
Complementary color
Monochromatic Colors of #584856
Black with #584856
Text Example
Text Example
White with #584856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584856; }
p { color: rgb(88,72,86); }
H1.HeaderClassName
{
color: #584856;
}
.AnyTagClassName
{
color: #584856;
}
</style>
background-color css
<style>
a { background-color: #584856; }
a { background-color: rgb(88,72,86); }
div.DivClassName
{
background-color: #584856;
}
.BgClassName
{
background-color: #584856;
}
</style>
border-color css
<style>
span { border-color: #584856; }
span { border-color: rgb(88,72,86); }
td.TdClassName
{
border-color: #584856;
}
.TagClassName
{
border-color: #584856;
}
</style>