Shades of Liver #565355
Tints of Liver #565355
RGB
CMYK
RGB Variations
Color information
#565355 (or 0x565355) is known color: Liver. HEX triplet: 56, 53 and 55. RGB value is (86,83,85). Sum of RGB (Red+Green+Blue) = 86+83+85=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 86 - color contains mainly: red. Hex color #565355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565355 is #A9ACAA. Grayscale: #545454. Windows color (decimal): -11119787 or 5591894. OLE color: 5591894.
HSL color Cylindrical-coordinate representation of color #565355: hue angle of 320º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #565355 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
RGB | 86 | 83 | 85 | - |
CMYK | 0 | 0.03 | 0.01 | 0.66 |
HSL | 320º | 0.02% | 0.33% | - |
HSV(B) | 320º | 0.03% | 0.34% | - |
XYZ | 8.57 | 8.82 | 9.85 | - |
YUV | 84.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 83 | 85 | 0 | 0.03 | 0.01 | 0.66 | 320 | 0.02 | 0.33 |
Hex | 56 | 53 | 55 | 0 | 3 | 1 | 42 | 140 | 2 | 21 |
Octal | 126 | 123 | 125 | 0 | 3 | 1 | 102 | 500 | 2 | 41 |
Binary | 1010110 | 1010011 | 1010101 | 0 | 11 | 1 | 1000010 | 101000000 | 10 | 100001 |
Color Harmonies of #565355
Complementary color
Monochromatic Colors of #565355
Black with #565355
Text Example
Text Example
White with #565355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565355; }
p { color: rgb(86,83,85); }
H1.HeaderClassName
{
color: #565355;
}
.AnyTagClassName
{
color: #565355;
}
</style>
background-color css
<style>
a { background-color: #565355; }
a { background-color: rgb(86,83,85); }
div.DivClassName
{
background-color: #565355;
}
.BgClassName
{
background-color: #565355;
}
</style>
border-color css
<style>
span { border-color: #565355; }
span { border-color: rgb(86,83,85); }
td.TdClassName
{
border-color: #565355;
}
.TagClassName
{
border-color: #565355;
}
</style>