Shades of Liver #52434A
Tints of Liver #52434A
RGB
CMYK
RGB Variations
Color information
#52434A (or 0x52434A) is known color: Liver. HEX triplet: 52, 43 and 4A. RGB value is (82,67,74). Sum of RGB (Red+Green+Blue) = 82+67+74=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #52434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52434A is #ADBCB5. Grayscale: #484848. Windows color (decimal): -11386038 or 4866898. OLE color: 4866898.
HSL color Cylindrical-coordinate representation of color #52434A: hue angle of 332º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52434A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 74 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.68 |
| HSL | 332º | 0.1% | 0.29% | - |
| HSV(B) | 332º | 0.18% | 0.32% | - |
| XYZ | 6.72 | 6.3 | 7.34 | - |
| YUV | 72.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 74 | 0 | 0.18 | 0.10 | 0.68 | 332 | 0.1 | 0.29 |
| Hex | 52 | 43 | 4A | 0 | 12 | A | 44 | 14C | A | 1D |
| Octal | 122 | 103 | 112 | 0 | 22 | 12 | 104 | 514 | 12 | 35 |
| Binary | 1010010 | 1000011 | 1001010 | 0 | 10010 | 1010 | 1000100 | 101001100 | 1010 | 11101 |
Color Harmonies of #52434A
Complementary color
Monochromatic Colors of #52434A
Black with #52434A
Text Example
Text Example
White with #52434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52434A; }
p { color: rgb(82,67,74); }
H1.HeaderClassName
{
color: #52434A;
}
.AnyTagClassName
{
color: #52434A;
}
</style>
background-color css
<style>
a { background-color: #52434A; }
a { background-color: rgb(82,67,74); }
div.DivClassName
{
background-color: #52434A;
}
.BgClassName
{
background-color: #52434A;
}
</style>
border-color css
<style>
span { border-color: #52434A; }
span { border-color: rgb(82,67,74); }
td.TdClassName
{
border-color: #52434A;
}
.TagClassName
{
border-color: #52434A;
}
</style>