Shades of Panda #56503A
Tints of Panda #56503A
RGB
CMYK
RGB Variations
Color information
#56503A (or 0x56503A) is known color: Panda. HEX triplet: 56, 50 and 3A. RGB value is (86,80,58). Sum of RGB (Red+Green+Blue) = 86+80+58=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #56503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56503A is #A9AFC5. Grayscale: #4F4F4F. Windows color (decimal): -11120582 or 3821654. OLE color: 3821654.
HSL color Cylindrical-coordinate representation of color #56503A: hue angle of 47.14º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56503A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 58 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.66 |
| HSL | 47.14º | 0.19% | 0.28% | - |
| HSV(B) | 47.14º | 0.33% | 0.34% | - |
| XYZ | 7.47 | 8.02 | 5.16 | - |
| YUV | 79.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 58 | 0 | 0.07 | 0.33 | 0.66 | 47.14 | 0.19 | 0.28 |
| Hex | 56 | 50 | 3A | 0 | 7 | 21 | 42 | 2F | 13 | 1C |
| Octal | 126 | 120 | 72 | 0 | 7 | 41 | 102 | 57 | 23 | 34 |
| Binary | 1010110 | 1010000 | 111010 | 0 | 111 | 100001 | 1000010 | 101111 | 10011 | 11100 |
Color Harmonies of #56503A
Complementary color
Monochromatic Colors of #56503A
Black with #56503A
Text Example
Text Example
White with #56503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56503A; }
p { color: rgb(86,80,58); }
H1.HeaderClassName
{
color: #56503A;
}
.AnyTagClassName
{
color: #56503A;
}
</style>
background-color css
<style>
a { background-color: #56503A; }
a { background-color: rgb(86,80,58); }
div.DivClassName
{
background-color: #56503A;
}
.BgClassName
{
background-color: #56503A;
}
</style>
border-color css
<style>
span { border-color: #56503A; }
span { border-color: rgb(86,80,58); }
td.TdClassName
{
border-color: #56503A;
}
.TagClassName
{
border-color: #56503A;
}
</style>