Shades of Purple Taupe #584B56
Tints of Purple Taupe #584B56
RGB
CMYK
RGB Variations
Color information
#584B56 (or 0x584B56) is known color: Purple Taupe. HEX triplet: 58, 4B and 56. RGB value is (88,75,86). Sum of RGB (Red+Green+Blue) = 88+75+86=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #584B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B56 is #A7B4A9. Grayscale: #505050. Windows color (decimal): -10990762 or 5655384. OLE color: 5655384.
HSL color Cylindrical-coordinate representation of color #584B56: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #584B56 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 86 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.65 |
| HSL | 309.23º | 0.08% | 0.32% | - |
| HSV(B) | 309.23º | 0.15% | 0.35% | - |
| XYZ | 8.22 | 7.78 | 9.87 | - |
| YUV | 80.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 86 | 0 | 0.15 | 0.02 | 0.65 | 309.23 | 0.08 | 0.32 |
| Hex | 58 | 4B | 56 | 0 | F | 2 | 41 | 135 | 8 | 20 |
| Octal | 130 | 113 | 126 | 0 | 17 | 2 | 101 | 465 | 10 | 40 |
| Binary | 1011000 | 1001011 | 1010110 | 0 | 1111 | 10 | 1000001 | 100110101 | 1000 | 100000 |
Color Harmonies of #584B56
Complementary color
Monochromatic Colors of #584B56
Black with #584B56
Text Example
Text Example
White with #584B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B56; }
p { color: rgb(88,75,86); }
H1.HeaderClassName
{
color: #584B56;
}
.AnyTagClassName
{
color: #584B56;
}
</style>
background-color css
<style>
a { background-color: #584B56; }
a { background-color: rgb(88,75,86); }
div.DivClassName
{
background-color: #584B56;
}
.BgClassName
{
background-color: #584B56;
}
</style>
border-color css
<style>
span { border-color: #584B56; }
span { border-color: rgb(88,75,86); }
td.TdClassName
{
border-color: #584B56;
}
.TagClassName
{
border-color: #584B56;
}
</style>