Shades of Liver #5D525A
Tints of Liver #5D525A
RGB
CMYK
RGB Variations
Color information
#5D525A (or 0x5D525A) is known color: Liver. HEX triplet: 5D, 52 and 5A. RGB value is (93,82,90). Sum of RGB (Red+Green+Blue) = 93+82+90=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 93 - color contains mainly: red. Hex color #5D525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D525A is #A2ADA5. Grayscale: #565656. Windows color (decimal): -10661286 or 5919325. OLE color: 5919325.
HSL color Cylindrical-coordinate representation of color #5D525A: hue angle of 316.36º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D525A is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 90 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.64 |
| HSL | 316.36º | 0.06% | 0.34% | - |
| HSV(B) | 316.36º | 0.12% | 0.36% | - |
| XYZ | 9.38 | 9.1 | 10.94 | - |
| YUV | 86.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 90 | 0 | 0.12 | 0.03 | 0.64 | 316.36 | 0.06 | 0.34 |
| Hex | 5D | 52 | 5A | 0 | C | 3 | 40 | 13C | 6 | 22 |
| Octal | 135 | 122 | 132 | 0 | 14 | 3 | 100 | 474 | 6 | 42 |
| Binary | 1011101 | 1010010 | 1011010 | 0 | 1100 | 11 | 1000000 | 100111100 | 110 | 100010 |
Color Harmonies of #5D525A
Complementary color
Monochromatic Colors of #5D525A
Black with #5D525A
Text Example
Text Example
White with #5D525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D525A; }
p { color: rgb(93,82,90); }
H1.HeaderClassName
{
color: #5D525A;
}
.AnyTagClassName
{
color: #5D525A;
}
</style>
background-color css
<style>
a { background-color: #5D525A; }
a { background-color: rgb(93,82,90); }
div.DivClassName
{
background-color: #5D525A;
}
.BgClassName
{
background-color: #5D525A;
}
</style>
border-color css
<style>
span { border-color: #5D525A; }
span { border-color: rgb(93,82,90); }
td.TdClassName
{
border-color: #5D525A;
}
.TagClassName
{
border-color: #5D525A;
}
</style>