Shades of Liver #53404A
Tints of Liver #53404A
RGB
CMYK
RGB Variations
Color information
#53404A (or 0x53404A) is known color: Liver. HEX triplet: 53, 40 and 4A. RGB value is (83,64,74). Sum of RGB (Red+Green+Blue) = 83+64+74=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #53404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53404A is #ACBFB5. Grayscale: #464646. Windows color (decimal): -11321270 or 4866131. OLE color: 4866131.
HSL color Cylindrical-coordinate representation of color #53404A: hue angle of 328.42º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53404A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 74 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.67 |
| HSL | 328.42º | 0.13% | 0.29% | - |
| HSV(B) | 328.42º | 0.23% | 0.33% | - |
| XYZ | 6.64 | 6 | 7.29 | - |
| YUV | 70.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 74 | 0 | 0.23 | 0.11 | 0.67 | 328.42 | 0.13 | 0.29 |
| Hex | 53 | 40 | 4A | 0 | 17 | B | 43 | 148 | D | 1D |
| Octal | 123 | 100 | 112 | 0 | 27 | 13 | 103 | 510 | 15 | 35 |
| Binary | 1010011 | 1000000 | 1001010 | 0 | 10111 | 1011 | 1000011 | 101001000 | 1101 | 11101 |
Color Harmonies of #53404A
Complementary color
Monochromatic Colors of #53404A
Black with #53404A
Text Example
Text Example
White with #53404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53404A; }
p { color: rgb(83,64,74); }
H1.HeaderClassName
{
color: #53404A;
}
.AnyTagClassName
{
color: #53404A;
}
</style>
background-color css
<style>
a { background-color: #53404A; }
a { background-color: rgb(83,64,74); }
div.DivClassName
{
background-color: #53404A;
}
.BgClassName
{
background-color: #53404A;
}
</style>
border-color css
<style>
span { border-color: #53404A; }
span { border-color: rgb(83,64,74); }
td.TdClassName
{
border-color: #53404A;
}
.TagClassName
{
border-color: #53404A;
}
</style>