Shades of Panda #56553D
Tints of Panda #56553D
RGB
CMYK
RGB Variations
Color information
#56553D (or 0x56553D) is known color: Panda. HEX triplet: 56, 55 and 3D. RGB value is (86,85,61). Sum of RGB (Red+Green+Blue) = 86+85+61=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #56553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56553D is #A9AAC2. Grayscale: #525252. Windows color (decimal): -11119299 or 4019542. OLE color: 4019542.
HSL color Cylindrical-coordinate representation of color #56553D: hue angle of 57.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56553D is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 61 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.66 |
| HSL | 57.6º | 0.17% | 0.29% | - |
| HSV(B) | 57.6º | 0.29% | 0.34% | - |
| XYZ | 7.93 | 8.81 | 5.7 | - |
| YUV | 82.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 61 | 0 | 0.01 | 0.29 | 0.66 | 57.6 | 0.17 | 0.29 |
| Hex | 56 | 55 | 3D | 0 | 1 | 1D | 42 | 3A | 11 | 1D |
| Octal | 126 | 125 | 75 | 0 | 1 | 35 | 102 | 72 | 21 | 35 |
| Binary | 1010110 | 1010101 | 111101 | 0 | 1 | 11101 | 1000010 | 111010 | 10001 | 11101 |
Color Harmonies of #56553D
Complementary color
Monochromatic Colors of #56553D
Black with #56553D
Text Example
Text Example
White with #56553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56553D; }
p { color: rgb(86,85,61); }
H1.HeaderClassName
{
color: #56553D;
}
.AnyTagClassName
{
color: #56553D;
}
</style>
background-color css
<style>
a { background-color: #56553D; }
a { background-color: rgb(86,85,61); }
div.DivClassName
{
background-color: #56553D;
}
.BgClassName
{
background-color: #56553D;
}
</style>
border-color css
<style>
span { border-color: #56553D; }
span { border-color: rgb(86,85,61); }
td.TdClassName
{
border-color: #56553D;
}
.TagClassName
{
border-color: #56553D;
}
</style>