Shades of Liver #60555B
Tints of Liver #60555B
RGB
CMYK
RGB Variations
Color information
#60555B (or 0x60555B) is known color: Liver. HEX triplet: 60, 55 and 5B. RGB value is (96,85,91). Sum of RGB (Red+Green+Blue) = 96+85+91=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #60555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60555B is #9FAAA4. Grayscale: #585858. Windows color (decimal): -10463909 or 5985632. OLE color: 5985632.
HSL color Cylindrical-coordinate representation of color #60555B: hue angle of 327.27º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60555B is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 91 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.62 |
| HSL | 327.27º | 0.06% | 0.35% | - |
| HSV(B) | 327.27º | 0.11% | 0.38% | - |
| XYZ | 9.96 | 9.74 | 11.25 | - |
| YUV | 88.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 91 | 0 | 0.11 | 0.05 | 0.62 | 327.27 | 0.06 | 0.35 |
| Hex | 60 | 55 | 5B | 0 | B | 5 | 3E | 147 | 6 | 23 |
| Octal | 140 | 125 | 133 | 0 | 13 | 5 | 76 | 507 | 6 | 43 |
| Binary | 1100000 | 1010101 | 1011011 | 0 | 1011 | 101 | 111110 | 101000111 | 110 | 100011 |
Color Harmonies of #60555B
Complementary color
Monochromatic Colors of #60555B
Black with #60555B
Text Example
Text Example
White with #60555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60555B; }
p { color: rgb(96,85,91); }
H1.HeaderClassName
{
color: #60555B;
}
.AnyTagClassName
{
color: #60555B;
}
</style>
background-color css
<style>
a { background-color: #60555B; }
a { background-color: rgb(96,85,91); }
div.DivClassName
{
background-color: #60555B;
}
.BgClassName
{
background-color: #60555B;
}
</style>
border-color css
<style>
span { border-color: #60555B; }
span { border-color: rgb(96,85,91); }
td.TdClassName
{
border-color: #60555B;
}
.TagClassName
{
border-color: #60555B;
}
</style>