Shades of Purple Taupe #53444E
Tints of Purple Taupe #53444E
RGB
CMYK
RGB Variations
Color information
#53444E (or 0x53444E) is known color: Purple Taupe. HEX triplet: 53, 44 and 4E. RGB value is (83,68,78). Sum of RGB (Red+Green+Blue) = 83+68+78=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #53444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53444E is #ACBBB1. Grayscale: #494949. Windows color (decimal): -11320242 or 5129299. OLE color: 5129299.
HSL color Cylindrical-coordinate representation of color #53444E: hue angle of 320º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #53444E is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 78 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.67 |
| HSL | 320º | 0.1% | 0.3% | - |
| HSV(B) | 320º | 0.18% | 0.33% | - |
| XYZ | 7.01 | 6.52 | 8.1 | - |
| YUV | 73.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 78 | 0 | 0.18 | 0.06 | 0.67 | 320 | 0.1 | 0.3 |
| Hex | 53 | 44 | 4E | 0 | 12 | 6 | 43 | 140 | A | 1E |
| Octal | 123 | 104 | 116 | 0 | 22 | 6 | 103 | 500 | 12 | 36 |
| Binary | 1010011 | 1000100 | 1001110 | 0 | 10010 | 110 | 1000011 | 101000000 | 1010 | 11110 |
Color Harmonies of #53444E
Complementary color
Monochromatic Colors of #53444E
Black with #53444E
Text Example
Text Example
White with #53444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53444E; }
p { color: rgb(83,68,78); }
H1.HeaderClassName
{
color: #53444E;
}
.AnyTagClassName
{
color: #53444E;
}
</style>
background-color css
<style>
a { background-color: #53444E; }
a { background-color: rgb(83,68,78); }
div.DivClassName
{
background-color: #53444E;
}
.BgClassName
{
background-color: #53444E;
}
</style>
border-color css
<style>
span { border-color: #53444E; }
span { border-color: rgb(83,68,78); }
td.TdClassName
{
border-color: #53444E;
}
.TagClassName
{
border-color: #53444E;
}
</style>