Shades of Liver #534B50
Tints of Liver #534B50
RGB
CMYK
RGB Variations
Color information
#534B50 (or 0x534B50) is known color: Liver. HEX triplet: 53, 4B and 50. RGB value is (83,75,80). Sum of RGB (Red+Green+Blue) = 83+75+80=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #534B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B50 is #ACB4AF. Grayscale: #4D4D4D. Windows color (decimal): -11318448 or 5262163. OLE color: 5262163.
HSL color Cylindrical-coordinate representation of color #534B50: hue angle of 322.5º 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 #534B50 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 80 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.67 |
| HSL | 322.5º | 0.05% | 0.31% | - |
| HSV(B) | 322.5º | 0.1% | 0.33% | - |
| XYZ | 7.53 | 7.45 | 8.63 | - |
| YUV | 77.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 80 | 0 | 0.10 | 0.04 | 0.67 | 322.5 | 0.05 | 0.31 |
| Hex | 53 | 4B | 50 | 0 | A | 4 | 43 | 142 | 5 | 1F |
| Octal | 123 | 113 | 120 | 0 | 12 | 4 | 103 | 502 | 5 | 37 |
| Binary | 1010011 | 1001011 | 1010000 | 0 | 1010 | 100 | 1000011 | 101000010 | 101 | 11111 |
Color Harmonies of #534B50
Complementary color
Monochromatic Colors of #534B50
Black with #534B50
Text Example
Text Example
White with #534B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B50; }
p { color: rgb(83,75,80); }
H1.HeaderClassName
{
color: #534B50;
}
.AnyTagClassName
{
color: #534B50;
}
</style>
background-color css
<style>
a { background-color: #534B50; }
a { background-color: rgb(83,75,80); }
div.DivClassName
{
background-color: #534B50;
}
.BgClassName
{
background-color: #534B50;
}
</style>
border-color css
<style>
span { border-color: #534B50; }
span { border-color: rgb(83,75,80); }
td.TdClassName
{
border-color: #534B50;
}
.TagClassName
{
border-color: #534B50;
}
</style>