Shades of Panda #56523B
Tints of Panda #56523B
RGB
CMYK
RGB Variations
Color information
#56523B (or 0x56523B) is known color: Panda. HEX triplet: 56, 52 and 3B. RGB value is (86,82,59). Sum of RGB (Red+Green+Blue) = 86+82+59=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #56523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56523B is #A9ADC4. Grayscale: #505050. Windows color (decimal): -11120069 or 3887702. OLE color: 3887702.
HSL color Cylindrical-coordinate representation of color #56523B: hue angle of 51.11º 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 #56523B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 59 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.66 |
| HSL | 51.11º | 0.19% | 0.28% | - |
| HSV(B) | 51.11º | 0.31% | 0.34% | - |
| XYZ | 7.64 | 8.33 | 5.34 | - |
| YUV | 80.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 59 | 0 | 0.05 | 0.31 | 0.66 | 51.11 | 0.19 | 0.28 |
| Hex | 56 | 52 | 3B | 0 | 5 | 1F | 42 | 33 | 13 | 1C |
| Octal | 126 | 122 | 73 | 0 | 5 | 37 | 102 | 63 | 23 | 34 |
| Binary | 1010110 | 1010010 | 111011 | 0 | 101 | 11111 | 1000010 | 110011 | 10011 | 11100 |
Color Harmonies of #56523B
Complementary color
Monochromatic Colors of #56523B
Black with #56523B
Text Example
Text Example
White with #56523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56523B; }
p { color: rgb(86,82,59); }
H1.HeaderClassName
{
color: #56523B;
}
.AnyTagClassName
{
color: #56523B;
}
</style>
background-color css
<style>
a { background-color: #56523B; }
a { background-color: rgb(86,82,59); }
div.DivClassName
{
background-color: #56523B;
}
.BgClassName
{
background-color: #56523B;
}
</style>
border-color css
<style>
span { border-color: #56523B; }
span { border-color: rgb(86,82,59); }
td.TdClassName
{
border-color: #56523B;
}
.TagClassName
{
border-color: #56523B;
}
</style>