Shades of Panda #55503A
Tints of Panda #55503A
RGB
CMYK
RGB Variations
Color information
#55503A (or 0x55503A) is known color: Panda. HEX triplet: 55, 50 and 3A. RGB value is (85,80,58). Sum of RGB (Red+Green+Blue) = 85+80+58=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #55503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503A is #AAAFC5. Grayscale: #4F4F4F. Windows color (decimal): -11186118 or 3821653. OLE color: 3821653.
HSL color Cylindrical-coordinate representation of color #55503A: hue angle of 48.89º 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 #55503A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 58 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.67 |
| HSL | 48.89º | 0.19% | 0.28% | - |
| HSV(B) | 48.89º | 0.32% | 0.33% | - |
| XYZ | 7.38 | 7.97 | 5.15 | - |
| YUV | 78.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 58 | 0 | 0.06 | 0.32 | 0.67 | 48.89 | 0.19 | 0.28 |
| Hex | 55 | 50 | 3A | 0 | 6 | 20 | 43 | 31 | 13 | 1C |
| Octal | 125 | 120 | 72 | 0 | 6 | 40 | 103 | 61 | 23 | 34 |
| Binary | 1010101 | 1010000 | 111010 | 0 | 110 | 100000 | 1000011 | 110001 | 10011 | 11100 |
Color Harmonies of #55503A
Complementary color
Monochromatic Colors of #55503A
Black with #55503A
Text Example
Text Example
White with #55503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55503A; }
p { color: rgb(85,80,58); }
H1.HeaderClassName
{
color: #55503A;
}
.AnyTagClassName
{
color: #55503A;
}
</style>
background-color css
<style>
a { background-color: #55503A; }
a { background-color: rgb(85,80,58); }
div.DivClassName
{
background-color: #55503A;
}
.BgClassName
{
background-color: #55503A;
}
</style>
border-color css
<style>
span { border-color: #55503A; }
span { border-color: rgb(85,80,58); }
td.TdClassName
{
border-color: #55503A;
}
.TagClassName
{
border-color: #55503A;
}
</style>