Shades of Panda #55523A
Tints of Panda #55523A
RGB
CMYK
RGB Variations
Color information
#55523A (or 0x55523A) is known color: Panda. HEX triplet: 55, 52 and 3A. RGB value is (85,82,58). Sum of RGB (Red+Green+Blue) = 85+82+58=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55523A is #AAADC5. Grayscale: #505050. Windows color (decimal): -11185606 or 3822165. OLE color: 3822165.
HSL color Cylindrical-coordinate representation of color #55523A: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55523A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 58 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.67 |
| HSL | 53.33º | 0.19% | 0.28% | - |
| HSV(B) | 53.33º | 0.32% | 0.33% | - |
| XYZ | 7.53 | 8.27 | 5.2 | - |
| YUV | 80.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 58 | 0 | 0.04 | 0.32 | 0.67 | 53.33 | 0.19 | 0.28 |
| Hex | 55 | 52 | 3A | 0 | 4 | 20 | 43 | 35 | 13 | 1C |
| Octal | 125 | 122 | 72 | 0 | 4 | 40 | 103 | 65 | 23 | 34 |
| Binary | 1010101 | 1010010 | 111010 | 0 | 100 | 100000 | 1000011 | 110101 | 10011 | 11100 |
Color Harmonies of #55523A
Complementary color
Monochromatic Colors of #55523A
Black with #55523A
Text Example
Text Example
White with #55523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55523A; }
p { color: rgb(85,82,58); }
H1.HeaderClassName
{
color: #55523A;
}
.AnyTagClassName
{
color: #55523A;
}
</style>
background-color css
<style>
a { background-color: #55523A; }
a { background-color: rgb(85,82,58); }
div.DivClassName
{
background-color: #55523A;
}
.BgClassName
{
background-color: #55523A;
}
</style>
border-color css
<style>
span { border-color: #55523A; }
span { border-color: rgb(85,82,58); }
td.TdClassName
{
border-color: #55523A;
}
.TagClassName
{
border-color: #55523A;
}
</style>