Shades of Panda #55523E
Tints of Panda #55523E
RGB
CMYK
RGB Variations
Color information
#55523E (or 0x55523E) is known color: Panda. HEX triplet: 55, 52 and 3E. RGB value is (85,82,62). Sum of RGB (Red+Green+Blue) = 85+82+62=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55523E is #AAADC1. Grayscale: #505050. Windows color (decimal): -11185602 or 4084309. OLE color: 4084309.
HSL color Cylindrical-coordinate representation of color #55523E: hue angle of 52.17º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55523E is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 62 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.67 |
| HSL | 52.17º | 0.16% | 0.29% | - |
| HSV(B) | 52.17º | 0.27% | 0.33% | - |
| XYZ | 7.63 | 8.31 | 5.76 | - |
| YUV | 80.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 62 | 0 | 0.04 | 0.27 | 0.67 | 52.17 | 0.16 | 0.29 |
| Hex | 55 | 52 | 3E | 0 | 4 | 1B | 43 | 34 | 10 | 1D |
| Octal | 125 | 122 | 76 | 0 | 4 | 33 | 103 | 64 | 20 | 35 |
| Binary | 1010101 | 1010010 | 111110 | 0 | 100 | 11011 | 1000011 | 110100 | 10000 | 11101 |
Color Harmonies of #55523E
Complementary color
Monochromatic Colors of #55523E
Black with #55523E
Text Example
Text Example
White with #55523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55523E; }
p { color: rgb(85,82,62); }
H1.HeaderClassName
{
color: #55523E;
}
.AnyTagClassName
{
color: #55523E;
}
</style>
background-color css
<style>
a { background-color: #55523E; }
a { background-color: rgb(85,82,62); }
div.DivClassName
{
background-color: #55523E;
}
.BgClassName
{
background-color: #55523E;
}
</style>
border-color css
<style>
span { border-color: #55523E; }
span { border-color: rgb(85,82,62); }
td.TdClassName
{
border-color: #55523E;
}
.TagClassName
{
border-color: #55523E;
}
</style>