Shades of Panda #58563C
Tints of Panda #58563C
RGB
CMYK
RGB Variations
Color information
#58563C (or 0x58563C) is known color: Panda. HEX triplet: 58, 56 and 3C. RGB value is (88,86,60). Sum of RGB (Red+Green+Blue) = 88+86+60=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58563C is #A7A9C3. Grayscale: #535353. Windows color (decimal): -10987972 or 3954264. OLE color: 3954264.
HSL color Cylindrical-coordinate representation of color #58563C: hue angle of 55.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58563C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 60 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.65 |
| HSL | 55.71º | 0.19% | 0.29% | - |
| HSV(B) | 55.71º | 0.32% | 0.35% | - |
| XYZ | 8.17 | 9.06 | 5.59 | - |
| YUV | 83.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 60 | 0 | 0.02 | 0.32 | 0.65 | 55.71 | 0.19 | 0.29 |
| Hex | 58 | 56 | 3C | 0 | 2 | 20 | 41 | 38 | 13 | 1D |
| Octal | 130 | 126 | 74 | 0 | 2 | 40 | 101 | 70 | 23 | 35 |
| Binary | 1011000 | 1010110 | 111100 | 0 | 10 | 100000 | 1000001 | 111000 | 10011 | 11101 |
Color Harmonies of #58563C
Complementary color
Monochromatic Colors of #58563C
Black with #58563C
Text Example
Text Example
White with #58563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58563C; }
p { color: rgb(88,86,60); }
H1.HeaderClassName
{
color: #58563C;
}
.AnyTagClassName
{
color: #58563C;
}
</style>
background-color css
<style>
a { background-color: #58563C; }
a { background-color: rgb(88,86,60); }
div.DivClassName
{
background-color: #58563C;
}
.BgClassName
{
background-color: #58563C;
}
</style>
border-color css
<style>
span { border-color: #58563C; }
span { border-color: rgb(88,86,60); }
td.TdClassName
{
border-color: #58563C;
}
.TagClassName
{
border-color: #58563C;
}
</style>