Shades of Liver #535152
Tints of Liver #535152
RGB
CMYK
RGB Variations
Color information
#535152 (or 0x535152) is known color: Liver. HEX triplet: 53, 51 and 52. RGB value is (83,81,82). Sum of RGB (Red+Green+Blue) = 83+81+82=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 83 - color contains mainly: red. Hex color #535152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535152 is #ACAEAD. Grayscale: #515151. Windows color (decimal): -11316910 or 5394771. OLE color: 5394771.
HSL color Cylindrical-coordinate representation of color #535152: hue angle of 330º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #535152 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 81 | 82 | - |
CMYK | 0 | 0.02 | 0.01 | 0.67 |
HSL | 330º | 0.01% | 0.32% | - |
HSV(B) | 330º | 0.02% | 0.33% | - |
XYZ | 8.03 | 8.33 | 9.17 | - |
YUV | 81.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 81 | 82 | 0 | 0.02 | 0.01 | 0.67 | 330 | 0.01 | 0.32 |
Hex | 53 | 51 | 52 | 0 | 2 | 1 | 43 | 14A | 1 | 20 |
Octal | 123 | 121 | 122 | 0 | 2 | 1 | 103 | 512 | 1 | 40 |
Binary | 1010011 | 1010001 | 1010010 | 0 | 10 | 1 | 1000011 | 101001010 | 1 | 100000 |
Color Harmonies of #535152
Complementary color
Monochromatic Colors of #535152
Black with #535152
Text Example
Text Example
White with #535152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535152; }
p { color: rgb(83,81,82); }
H1.HeaderClassName
{
color: #535152;
}
.AnyTagClassName
{
color: #535152;
}
</style>
background-color css
<style>
a { background-color: #535152; }
a { background-color: rgb(83,81,82); }
div.DivClassName
{
background-color: #535152;
}
.BgClassName
{
background-color: #535152;
}
</style>
border-color css
<style>
span { border-color: #535152; }
span { border-color: rgb(83,81,82); }
td.TdClassName
{
border-color: #535152;
}
.TagClassName
{
border-color: #535152;
}
</style>