Shades of Liver #52434C
Tints of Liver #52434C
RGB
CMYK
RGB Variations
Color information
#52434C (or 0x52434C) is known color: Liver. HEX triplet: 52, 43 and 4C. RGB value is (82,67,76). Sum of RGB (Red+Green+Blue) = 82+67+76=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #52434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52434C is #ADBCB3. Grayscale: #484848. Windows color (decimal): -11386036 or 4997970. OLE color: 4997970.
HSL color Cylindrical-coordinate representation of color #52434C: hue angle of 324º 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 #52434C is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 76 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.68 |
| HSL | 324º | 0.1% | 0.29% | - |
| HSV(B) | 324º | 0.18% | 0.32% | - |
| XYZ | 6.79 | 6.33 | 7.7 | - |
| YUV | 72.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 76 | 0 | 0.18 | 0.07 | 0.68 | 324 | 0.1 | 0.29 |
| Hex | 52 | 43 | 4C | 0 | 12 | 7 | 44 | 144 | A | 1D |
| Octal | 122 | 103 | 114 | 0 | 22 | 7 | 104 | 504 | 12 | 35 |
| Binary | 1010010 | 1000011 | 1001100 | 0 | 10010 | 111 | 1000100 | 101000100 | 1010 | 11101 |
Color Harmonies of #52434C
Complementary color
Monochromatic Colors of #52434C
Black with #52434C
Text Example
Text Example
White with #52434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52434C; }
p { color: rgb(82,67,76); }
H1.HeaderClassName
{
color: #52434C;
}
.AnyTagClassName
{
color: #52434C;
}
</style>
background-color css
<style>
a { background-color: #52434C; }
a { background-color: rgb(82,67,76); }
div.DivClassName
{
background-color: #52434C;
}
.BgClassName
{
background-color: #52434C;
}
</style>
border-color css
<style>
span { border-color: #52434C; }
span { border-color: rgb(82,67,76); }
td.TdClassName
{
border-color: #52434C;
}
.TagClassName
{
border-color: #52434C;
}
</style>