Shades of Liver #62565D
Tints of Liver #62565D
RGB
CMYK
RGB Variations
Color information
#62565D (or 0x62565D) is known color: Liver. HEX triplet: 62, 56 and 5D. RGB value is (98,86,93). Sum of RGB (Red+Green+Blue) = 98+86+93=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #62565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62565D is #9DA9A2. Grayscale: #5A5A5A. Windows color (decimal): -10332579 or 6116962. OLE color: 6116962.
HSL color Cylindrical-coordinate representation of color #62565D: hue angle of 325º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62565D is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 86 | 93 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.62 |
| HSL | 325º | 0.07% | 0.36% | - |
| HSV(B) | 325º | 0.12% | 0.38% | - |
| XYZ | 10.34 | 10.04 | 11.75 | - |
| YUV | 90.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 93 | 0 | 0.12 | 0.05 | 0.62 | 325 | 0.07 | 0.36 |
| Hex | 62 | 56 | 5D | 0 | C | 5 | 3E | 145 | 7 | 24 |
| Octal | 142 | 126 | 135 | 0 | 14 | 5 | 76 | 505 | 7 | 44 |
| Binary | 1100010 | 1010110 | 1011101 | 0 | 1100 | 101 | 111110 | 101000101 | 111 | 100100 |
Color Harmonies of #62565D
Complementary color
Monochromatic Colors of #62565D
Black with #62565D
Text Example
Text Example
White with #62565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62565D; }
p { color: rgb(98,86,93); }
H1.HeaderClassName
{
color: #62565D;
}
.AnyTagClassName
{
color: #62565D;
}
</style>
background-color css
<style>
a { background-color: #62565D; }
a { background-color: rgb(98,86,93); }
div.DivClassName
{
background-color: #62565D;
}
.BgClassName
{
background-color: #62565D;
}
</style>
border-color css
<style>
span { border-color: #62565D; }
span { border-color: rgb(98,86,93); }
td.TdClassName
{
border-color: #62565D;
}
.TagClassName
{
border-color: #62565D;
}
</style>