Shades of Purple Taupe #5C4559
Tints of Purple Taupe #5C4559
RGB
CMYK
RGB Variations
Color information
#5C4559 (or 0x5C4559) is known color: Purple Taupe. HEX triplet: 5C, 45 and 59. RGB value is (92,69,89). Sum of RGB (Red+Green+Blue) = 92+69+89=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4559 is #A3BAA6. Grayscale: #4E4E4E. Windows color (decimal): -10730151 or 5850460. OLE color: 5850460.
HSL color Cylindrical-coordinate representation of color #5C4559: hue angle of 307.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C4559 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 89 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.64 |
| HSL | 307.83º | 0.14% | 0.32% | - |
| HSV(B) | 307.83º | 0.25% | 0.36% | - |
| XYZ | 8.34 | 7.25 | 10.41 | - |
| YUV | 78.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 89 | 0 | 0.25 | 0.03 | 0.64 | 307.83 | 0.14 | 0.32 |
| Hex | 5C | 45 | 59 | 0 | 19 | 3 | 40 | 134 | E | 20 |
| Octal | 134 | 105 | 131 | 0 | 31 | 3 | 100 | 464 | 16 | 40 |
| Binary | 1011100 | 1000101 | 1011001 | 0 | 11001 | 11 | 1000000 | 100110100 | 1110 | 100000 |
Color Harmonies of #5C4559
Complementary color
Monochromatic Colors of #5C4559
Black with #5C4559
Text Example
Text Example
White with #5C4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4559; }
p { color: rgb(92,69,89); }
H1.HeaderClassName
{
color: #5C4559;
}
.AnyTagClassName
{
color: #5C4559;
}
</style>
background-color css
<style>
a { background-color: #5C4559; }
a { background-color: rgb(92,69,89); }
div.DivClassName
{
background-color: #5C4559;
}
.BgClassName
{
background-color: #5C4559;
}
</style>
border-color css
<style>
span { border-color: #5C4559; }
span { border-color: rgb(92,69,89); }
td.TdClassName
{
border-color: #5C4559;
}
.TagClassName
{
border-color: #5C4559;
}
</style>