Shades of Liver #60505B
Tints of Liver #60505B
RGB
CMYK
RGB Variations
Color information
#60505B (or 0x60505B) is known color: Liver. HEX triplet: 60, 50 and 5B. RGB value is (96,80,91). Sum of RGB (Red+Green+Blue) = 96+80+91=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 96 - color contains mainly: red. Hex color #60505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60505B is #9FAFA4. Grayscale: #565656. Windows color (decimal): -10465189 or 5984352. OLE color: 5984352.
HSL color Cylindrical-coordinate representation of color #60505B: hue angle of 318.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60505B is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 91 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.62 |
| HSL | 318.75º | 0.09% | 0.35% | - |
| HSV(B) | 318.75º | 0.17% | 0.38% | - |
| XYZ | 9.58 | 8.98 | 11.13 | - |
| YUV | 86.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 91 | 0 | 0.17 | 0.05 | 0.62 | 318.75 | 0.09 | 0.35 |
| Hex | 60 | 50 | 5B | 0 | 11 | 5 | 3E | 13F | 9 | 23 |
| Octal | 140 | 120 | 133 | 0 | 21 | 5 | 76 | 477 | 11 | 43 |
| Binary | 1100000 | 1010000 | 1011011 | 0 | 10001 | 101 | 111110 | 100111111 | 1001 | 100011 |
Color Harmonies of #60505B
Complementary color
Monochromatic Colors of #60505B
Black with #60505B
Text Example
Text Example
White with #60505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60505B; }
p { color: rgb(96,80,91); }
H1.HeaderClassName
{
color: #60505B;
}
.AnyTagClassName
{
color: #60505B;
}
</style>
background-color css
<style>
a { background-color: #60505B; }
a { background-color: rgb(96,80,91); }
div.DivClassName
{
background-color: #60505B;
}
.BgClassName
{
background-color: #60505B;
}
</style>
border-color css
<style>
span { border-color: #60505B; }
span { border-color: rgb(96,80,91); }
td.TdClassName
{
border-color: #60505B;
}
.TagClassName
{
border-color: #60505B;
}
</style>