Shades of Liver #53444A
Tints of Liver #53444A
RGB
CMYK
RGB Variations
Color information
#53444A (or 0x53444A) is known color: Liver. HEX triplet: 53, 44 and 4A. RGB value is (83,68,74). Sum of RGB (Red+Green+Blue) = 83+68+74=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53444A is #ACBBB5. Grayscale: #494949. Windows color (decimal): -11320246 or 4867155. OLE color: 4867155.
HSL color Cylindrical-coordinate representation of color #53444A: hue angle of 336º 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 #53444A is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 74 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.67 |
| HSL | 336º | 0.1% | 0.3% | - |
| HSV(B) | 336º | 0.18% | 0.33% | - |
| XYZ | 6.87 | 6.47 | 7.36 | - |
| YUV | 73.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 74 | 0 | 0.18 | 0.11 | 0.67 | 336 | 0.1 | 0.3 |
| Hex | 53 | 44 | 4A | 0 | 12 | B | 43 | 150 | A | 1E |
| Octal | 123 | 104 | 112 | 0 | 22 | 13 | 103 | 520 | 12 | 36 |
| Binary | 1010011 | 1000100 | 1001010 | 0 | 10010 | 1011 | 1000011 | 101010000 | 1010 | 11110 |
Color Harmonies of #53444A
Complementary color
Monochromatic Colors of #53444A
Black with #53444A
Text Example
Text Example
White with #53444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53444A; }
p { color: rgb(83,68,74); }
H1.HeaderClassName
{
color: #53444A;
}
.AnyTagClassName
{
color: #53444A;
}
</style>
background-color css
<style>
a { background-color: #53444A; }
a { background-color: rgb(83,68,74); }
div.DivClassName
{
background-color: #53444A;
}
.BgClassName
{
background-color: #53444A;
}
</style>
border-color css
<style>
span { border-color: #53444A; }
span { border-color: rgb(83,68,74); }
td.TdClassName
{
border-color: #53444A;
}
.TagClassName
{
border-color: #53444A;
}
</style>