Shades of Panda #555040
Tints of Panda #555040
RGB
CMYK
RGB Variations
Color information
#555040 (or 0x555040) is known color: Panda. HEX triplet: 55, 50 and 40. RGB value is (85,80,64). Sum of RGB (Red+Green+Blue) = 85+80+64=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #555040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555040 is #AAAFBF. Grayscale: #4F4F4F. Windows color (decimal): -11186112 or 4214869. OLE color: 4214869.
HSL color Cylindrical-coordinate representation of color #555040: hue angle of 45.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555040 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 64 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.67 |
| HSL | 45.71º | 0.14% | 0.29% | - |
| HSV(B) | 45.71º | 0.25% | 0.33% | - |
| XYZ | 7.54 | 8.04 | 6 | - |
| YUV | 79.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 64 | 0 | 0.06 | 0.25 | 0.67 | 45.71 | 0.14 | 0.29 |
| Hex | 55 | 50 | 40 | 0 | 6 | 19 | 43 | 2E | E | 1D |
| Octal | 125 | 120 | 100 | 0 | 6 | 31 | 103 | 56 | 16 | 35 |
| Binary | 1010101 | 1010000 | 1000000 | 0 | 110 | 11001 | 1000011 | 101110 | 1110 | 11101 |
Color Harmonies of #555040
Complementary color
Monochromatic Colors of #555040
Black with #555040
Text Example
Text Example
White with #555040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555040; }
p { color: rgb(85,80,64); }
H1.HeaderClassName
{
color: #555040;
}
.AnyTagClassName
{
color: #555040;
}
</style>
background-color css
<style>
a { background-color: #555040; }
a { background-color: rgb(85,80,64); }
div.DivClassName
{
background-color: #555040;
}
.BgClassName
{
background-color: #555040;
}
</style>
border-color css
<style>
span { border-color: #555040; }
span { border-color: rgb(85,80,64); }
td.TdClassName
{
border-color: #555040;
}
.TagClassName
{
border-color: #555040;
}
</style>