Shades of Purple Taupe #5F465C
Tints of Purple Taupe #5F465C
RGB
CMYK
RGB Variations
Color information
#5F465C (or 0x5F465C) is known color: Purple Taupe. HEX triplet: 5F, 46 and 5C. RGB value is (95,70,92). Sum of RGB (Red+Green+Blue) = 95+70+92=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F465C is #A0B9A3. Grayscale: #4F4F4F. Windows color (decimal): -10533284 or 6047327. OLE color: 6047327.
HSL color Cylindrical-coordinate representation of color #5F465C: hue angle of 307.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F465C is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 92 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.63 |
| HSL | 307.2º | 0.15% | 0.32% | - |
| HSV(B) | 307.2º | 0.26% | 0.37% | - |
| XYZ | 8.84 | 7.59 | 11.12 | - |
| YUV | 79.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 92 | 0 | 0.26 | 0.03 | 0.63 | 307.2 | 0.15 | 0.32 |
| Hex | 5F | 46 | 5C | 0 | 1A | 3 | 3F | 133 | F | 20 |
| Octal | 137 | 106 | 134 | 0 | 32 | 3 | 77 | 463 | 17 | 40 |
| Binary | 1011111 | 1000110 | 1011100 | 0 | 11010 | 11 | 111111 | 100110011 | 1111 | 100000 |
Color Harmonies of #5F465C
Complementary color
Monochromatic Colors of #5F465C
Black with #5F465C
Text Example
Text Example
White with #5F465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F465C; }
p { color: rgb(95,70,92); }
H1.HeaderClassName
{
color: #5F465C;
}
.AnyTagClassName
{
color: #5F465C;
}
</style>
background-color css
<style>
a { background-color: #5F465C; }
a { background-color: rgb(95,70,92); }
div.DivClassName
{
background-color: #5F465C;
}
.BgClassName
{
background-color: #5F465C;
}
</style>
border-color css
<style>
span { border-color: #5F465C; }
span { border-color: rgb(95,70,92); }
td.TdClassName
{
border-color: #5F465C;
}
.TagClassName
{
border-color: #5F465C;
}
</style>