Shades of Liver #604555
Tints of Liver #604555
RGB
CMYK
RGB Variations
Color information
#604555 (or 0x604555) is known color: Liver. HEX triplet: 60, 45 and 55. RGB value is (96,69,85). Sum of RGB (Red+Green+Blue) = 96+69+85=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604555 is #9FBAAA. Grayscale: #4E4E4E. Windows color (decimal): -10468011 or 5588320. OLE color: 5588320.
HSL color Cylindrical-coordinate representation of color #604555: hue angle of 324.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604555 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 85 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.62 |
| HSL | 324.44º | 0.16% | 0.32% | - |
| HSV(B) | 324.44º | 0.28% | 0.38% | - |
| XYZ | 8.59 | 7.4 | 9.57 | - |
| YUV | 78.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 85 | 0 | 0.28 | 0.11 | 0.62 | 324.44 | 0.16 | 0.32 |
| Hex | 60 | 45 | 55 | 0 | 1C | B | 3E | 144 | 10 | 20 |
| Octal | 140 | 105 | 125 | 0 | 34 | 13 | 76 | 504 | 20 | 40 |
| Binary | 1100000 | 1000101 | 1010101 | 0 | 11100 | 1011 | 111110 | 101000100 | 10000 | 100000 |
Color Harmonies of #604555
Complementary color
Monochromatic Colors of #604555
Black with #604555
Text Example
Text Example
White with #604555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604555; }
p { color: rgb(96,69,85); }
H1.HeaderClassName
{
color: #604555;
}
.AnyTagClassName
{
color: #604555;
}
</style>
background-color css
<style>
a { background-color: #604555; }
a { background-color: rgb(96,69,85); }
div.DivClassName
{
background-color: #604555;
}
.BgClassName
{
background-color: #604555;
}
</style>
border-color css
<style>
span { border-color: #604555; }
span { border-color: rgb(96,69,85); }
td.TdClassName
{
border-color: #604555;
}
.TagClassName
{
border-color: #604555;
}
</style>