Shades of Panda #56523E
Tints of Panda #56523E
RGB
CMYK
RGB Variations
Color information
#56523E (or 0x56523E) is known color: Panda. HEX triplet: 56, 52 and 3E. RGB value is (86,82,62). Sum of RGB (Red+Green+Blue) = 86+82+62=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #56523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56523E is #A9ADC1. Grayscale: #515151. Windows color (decimal): -11120066 or 4084310. OLE color: 4084310.
HSL color Cylindrical-coordinate representation of color #56523E: hue angle of 50º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56523E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 62 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.66 |
| HSL | 50º | 0.16% | 0.29% | - |
| HSV(B) | 50º | 0.28% | 0.34% | - |
| XYZ | 7.72 | 8.36 | 5.76 | - |
| YUV | 80.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 62 | 0 | 0.05 | 0.28 | 0.66 | 50 | 0.16 | 0.29 |
| Hex | 56 | 52 | 3E | 0 | 5 | 1C | 42 | 32 | 10 | 1D |
| Octal | 126 | 122 | 76 | 0 | 5 | 34 | 102 | 62 | 20 | 35 |
| Binary | 1010110 | 1010010 | 111110 | 0 | 101 | 11100 | 1000010 | 110010 | 10000 | 11101 |
Color Harmonies of #56523E
Complementary color
Monochromatic Colors of #56523E
Black with #56523E
Text Example
Text Example
White with #56523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56523E; }
p { color: rgb(86,82,62); }
H1.HeaderClassName
{
color: #56523E;
}
.AnyTagClassName
{
color: #56523E;
}
</style>
background-color css
<style>
a { background-color: #56523E; }
a { background-color: rgb(86,82,62); }
div.DivClassName
{
background-color: #56523E;
}
.BgClassName
{
background-color: #56523E;
}
</style>
border-color css
<style>
span { border-color: #56523E; }
span { border-color: rgb(86,82,62); }
td.TdClassName
{
border-color: #56523E;
}
.TagClassName
{
border-color: #56523E;
}
</style>