Shades of Liver #534B4F
Tints of Liver #534B4F
RGB
CMYK
RGB Variations
Color information
#534B4F (or 0x534B4F) is known color: Liver. HEX triplet: 53, 4B and 4F. RGB value is (83,75,79). Sum of RGB (Red+Green+Blue) = 83+75+79=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B4F is #ACB4B0. Grayscale: #4D4D4D. Windows color (decimal): -11318449 or 5196627. OLE color: 5196627.
HSL color Cylindrical-coordinate representation of color #534B4F: hue angle of 330º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534B4F is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 79 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.67 |
| HSL | 330º | 0.05% | 0.31% | - |
| HSV(B) | 330º | 0.1% | 0.33% | - |
| XYZ | 7.49 | 7.44 | 8.44 | - |
| YUV | 77.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 79 | 0 | 0.10 | 0.05 | 0.67 | 330 | 0.05 | 0.31 |
| Hex | 53 | 4B | 4F | 0 | A | 5 | 43 | 14A | 5 | 1F |
| Octal | 123 | 113 | 117 | 0 | 12 | 5 | 103 | 512 | 5 | 37 |
| Binary | 1010011 | 1001011 | 1001111 | 0 | 1010 | 101 | 1000011 | 101001010 | 101 | 11111 |
Color Harmonies of #534B4F
Complementary color
Monochromatic Colors of #534B4F
Black with #534B4F
Text Example
Text Example
White with #534B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B4F; }
p { color: rgb(83,75,79); }
H1.HeaderClassName
{
color: #534B4F;
}
.AnyTagClassName
{
color: #534B4F;
}
</style>
background-color css
<style>
a { background-color: #534B4F; }
a { background-color: rgb(83,75,79); }
div.DivClassName
{
background-color: #534B4F;
}
.BgClassName
{
background-color: #534B4F;
}
</style>
border-color css
<style>
span { border-color: #534B4F; }
span { border-color: rgb(83,75,79); }
td.TdClassName
{
border-color: #534B4F;
}
.TagClassName
{
border-color: #534B4F;
}
</style>