Shades of Purple Taupe #5A4258
Tints of Purple Taupe #5A4258
RGB
CMYK
RGB Variations
Color information
#5A4258 (or 0x5A4258) is known color: Purple Taupe. HEX triplet: 5A, 42 and 58. RGB value is (90,66,88). Sum of RGB (Red+Green+Blue) = 90+66+88=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4258 is #A5BDA7. Grayscale: #4B4B4B. Windows color (decimal): -10861992 or 5784154. OLE color: 5784154.
HSL color Cylindrical-coordinate representation of color #5A4258: hue angle of 305º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4258 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 88 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.65 |
| HSL | 305º | 0.15% | 0.31% | - |
| HSV(B) | 305º | 0.27% | 0.35% | - |
| XYZ | 7.93 | 6.77 | 10.12 | - |
| YUV | 75.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 88 | 0 | 0.27 | 0.02 | 0.65 | 305 | 0.15 | 0.31 |
| Hex | 5A | 42 | 58 | 0 | 1B | 2 | 41 | 131 | F | 1F |
| Octal | 132 | 102 | 130 | 0 | 33 | 2 | 101 | 461 | 17 | 37 |
| Binary | 1011010 | 1000010 | 1011000 | 0 | 11011 | 10 | 1000001 | 100110001 | 1111 | 11111 |
Color Harmonies of #5A4258
Complementary color
Monochromatic Colors of #5A4258
Black with #5A4258
Text Example
Text Example
White with #5A4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4258; }
p { color: rgb(90,66,88); }
H1.HeaderClassName
{
color: #5A4258;
}
.AnyTagClassName
{
color: #5A4258;
}
</style>
background-color css
<style>
a { background-color: #5A4258; }
a { background-color: rgb(90,66,88); }
div.DivClassName
{
background-color: #5A4258;
}
.BgClassName
{
background-color: #5A4258;
}
</style>
border-color css
<style>
span { border-color: #5A4258; }
span { border-color: rgb(90,66,88); }
td.TdClassName
{
border-color: #5A4258;
}
.TagClassName
{
border-color: #5A4258;
}
</style>