Shades of Liver #62505C
Tints of Liver #62505C
RGB
CMYK
RGB Variations
Color information
#62505C (or 0x62505C) is known color: Liver. HEX triplet: 62, 50 and 5C. RGB value is (98,80,92). Sum of RGB (Red+Green+Blue) = 98+80+92=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #62505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62505C is #9DAFA3. Grayscale: #565656. Windows color (decimal): -10334116 or 6049890. OLE color: 6049890.
HSL color Cylindrical-coordinate representation of color #62505C: hue angle of 320º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62505C is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 80 | 92 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.62 |
| HSL | 320º | 0.1% | 0.35% | - |
| HSV(B) | 320º | 0.18% | 0.38% | - |
| XYZ | 9.84 | 9.11 | 11.36 | - |
| YUV | 86.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 92 | 0 | 0.18 | 0.06 | 0.62 | 320 | 0.1 | 0.35 |
| Hex | 62 | 50 | 5C | 0 | 12 | 6 | 3E | 140 | A | 23 |
| Octal | 142 | 120 | 134 | 0 | 22 | 6 | 76 | 500 | 12 | 43 |
| Binary | 1100010 | 1010000 | 1011100 | 0 | 10010 | 110 | 111110 | 101000000 | 1010 | 100011 |
Color Harmonies of #62505C
Complementary color
Monochromatic Colors of #62505C
Black with #62505C
Text Example
Text Example
White with #62505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62505C; }
p { color: rgb(98,80,92); }
H1.HeaderClassName
{
color: #62505C;
}
.AnyTagClassName
{
color: #62505C;
}
</style>
background-color css
<style>
a { background-color: #62505C; }
a { background-color: rgb(98,80,92); }
div.DivClassName
{
background-color: #62505C;
}
.BgClassName
{
background-color: #62505C;
}
</style>
border-color css
<style>
span { border-color: #62505C; }
span { border-color: rgb(98,80,92); }
td.TdClassName
{
border-color: #62505C;
}
.TagClassName
{
border-color: #62505C;
}
</style>