Shades of Panda #56533B
Tints of Panda #56533B
RGB
CMYK
RGB Variations
Color information
#56533B (or 0x56533B) is known color: Panda. HEX triplet: 56, 53 and 3B. RGB value is (86,83,59). Sum of RGB (Red+Green+Blue) = 86+83+59=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56533B is #A9ACC4. Grayscale: #515151. Windows color (decimal): -11119813 or 3887958. OLE color: 3887958.
HSL color Cylindrical-coordinate representation of color #56533B: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56533B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 59 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.66 |
| HSL | 53.33º | 0.19% | 0.28% | - |
| HSV(B) | 53.33º | 0.31% | 0.34% | - |
| XYZ | 7.72 | 8.48 | 5.37 | - |
| YUV | 81.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 59 | 0 | 0.03 | 0.31 | 0.66 | 53.33 | 0.19 | 0.28 |
| Hex | 56 | 53 | 3B | 0 | 3 | 1F | 42 | 35 | 13 | 1C |
| Octal | 126 | 123 | 73 | 0 | 3 | 37 | 102 | 65 | 23 | 34 |
| Binary | 1010110 | 1010011 | 111011 | 0 | 11 | 11111 | 1000010 | 110101 | 10011 | 11100 |
Color Harmonies of #56533B
Complementary color
Monochromatic Colors of #56533B
Black with #56533B
Text Example
Text Example
White with #56533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56533B; }
p { color: rgb(86,83,59); }
H1.HeaderClassName
{
color: #56533B;
}
.AnyTagClassName
{
color: #56533B;
}
</style>
background-color css
<style>
a { background-color: #56533B; }
a { background-color: rgb(86,83,59); }
div.DivClassName
{
background-color: #56533B;
}
.BgClassName
{
background-color: #56533B;
}
</style>
border-color css
<style>
span { border-color: #56533B; }
span { border-color: rgb(86,83,59); }
td.TdClassName
{
border-color: #56533B;
}
.TagClassName
{
border-color: #56533B;
}
</style>