Shades of Liver #533E4A
Tints of Liver #533E4A
RGB
CMYK
RGB Variations
Color information
#533E4A (or 0x533E4A) is known color: Liver. HEX triplet: 53, 3E and 4A. RGB value is (83,62,74). Sum of RGB (Red+Green+Blue) = 83+62+74=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E4A is #ACC1B5. Grayscale: #454545. Windows color (decimal): -11321782 or 4865619. OLE color: 4865619.
HSL color Cylindrical-coordinate representation of color #533E4A: hue angle of 325.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E4A is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 74 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.67 |
| HSL | 325.71º | 0.14% | 0.28% | - |
| HSV(B) | 325.71º | 0.25% | 0.33% | - |
| XYZ | 6.53 | 5.78 | 7.25 | - |
| YUV | 69.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 74 | 0 | 0.25 | 0.11 | 0.67 | 325.71 | 0.14 | 0.28 |
| Hex | 53 | 3E | 4A | 0 | 19 | B | 43 | 146 | E | 1C |
| Octal | 123 | 76 | 112 | 0 | 31 | 13 | 103 | 506 | 16 | 34 |
| Binary | 1010011 | 111110 | 1001010 | 0 | 11001 | 1011 | 1000011 | 101000110 | 1110 | 11100 |
Color Harmonies of #533E4A
Complementary color
Monochromatic Colors of #533E4A
Black with #533E4A
Text Example
Text Example
White with #533E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E4A; }
p { color: rgb(83,62,74); }
H1.HeaderClassName
{
color: #533E4A;
}
.AnyTagClassName
{
color: #533E4A;
}
</style>
background-color css
<style>
a { background-color: #533E4A; }
a { background-color: rgb(83,62,74); }
div.DivClassName
{
background-color: #533E4A;
}
.BgClassName
{
background-color: #533E4A;
}
</style>
border-color css
<style>
span { border-color: #533E4A; }
span { border-color: rgb(83,62,74); }
td.TdClassName
{
border-color: #533E4A;
}
.TagClassName
{
border-color: #533E4A;
}
</style>