Shades of Panda #59553A
Tints of Panda #59553A
RGB
CMYK
RGB Variations
Color information
#59553A (or 0x59553A) is known color: Panda. HEX triplet: 59, 55 and 3A. RGB value is (89,85,58). Sum of RGB (Red+Green+Blue) = 89+85+58=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #59553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59553A is #A6AAC5. Grayscale: #535353. Windows color (decimal): -10922694 or 3822937. OLE color: 3822937.
HSL color Cylindrical-coordinate representation of color #59553A: hue angle of 52.26º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59553A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 58 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.65 |
| HSL | 52.26º | 0.21% | 0.29% | - |
| HSV(B) | 52.26º | 0.35% | 0.35% | - |
| XYZ | 8.13 | 8.93 | 5.3 | - |
| YUV | 83.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 58 | 0 | 0.04 | 0.35 | 0.65 | 52.26 | 0.21 | 0.29 |
| Hex | 59 | 55 | 3A | 0 | 4 | 23 | 41 | 34 | 15 | 1D |
| Octal | 131 | 125 | 72 | 0 | 4 | 43 | 101 | 64 | 25 | 35 |
| Binary | 1011001 | 1010101 | 111010 | 0 | 100 | 100011 | 1000001 | 110100 | 10101 | 11101 |
Color Harmonies of #59553A
Complementary color
Monochromatic Colors of #59553A
Black with #59553A
Text Example
Text Example
White with #59553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59553A; }
p { color: rgb(89,85,58); }
H1.HeaderClassName
{
color: #59553A;
}
.AnyTagClassName
{
color: #59553A;
}
</style>
background-color css
<style>
a { background-color: #59553A; }
a { background-color: rgb(89,85,58); }
div.DivClassName
{
background-color: #59553A;
}
.BgClassName
{
background-color: #59553A;
}
</style>
border-color css
<style>
span { border-color: #59553A; }
span { border-color: rgb(89,85,58); }
td.TdClassName
{
border-color: #59553A;
}
.TagClassName
{
border-color: #59553A;
}
</style>