Shades of Panda #555238
Tints of Panda #555238
RGB
CMYK
RGB Variations
Color information
#555238 (or 0x555238) is known color: Panda. HEX triplet: 55, 52 and 38. RGB value is (85,82,56). Sum of RGB (Red+Green+Blue) = 85+82+56=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #555238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555238 is #AAADC7. Grayscale: #505050. Windows color (decimal): -11185608 or 3691093. OLE color: 3691093.
HSL color Cylindrical-coordinate representation of color #555238: hue angle of 53.79º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555238 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 56 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.67 |
| HSL | 53.79º | 0.21% | 0.28% | - |
| HSV(B) | 53.79º | 0.34% | 0.33% | - |
| XYZ | 7.48 | 8.25 | 4.94 | - |
| YUV | 79.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 56 | 0 | 0.04 | 0.34 | 0.67 | 53.79 | 0.21 | 0.28 |
| Hex | 55 | 52 | 38 | 0 | 4 | 22 | 43 | 36 | 15 | 1C |
| Octal | 125 | 122 | 70 | 0 | 4 | 42 | 103 | 66 | 25 | 34 |
| Binary | 1010101 | 1010010 | 111000 | 0 | 100 | 100010 | 1000011 | 110110 | 10101 | 11100 |
Color Harmonies of #555238
Complementary color
Monochromatic Colors of #555238
Black with #555238
Text Example
Text Example
White with #555238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555238; }
p { color: rgb(85,82,56); }
H1.HeaderClassName
{
color: #555238;
}
.AnyTagClassName
{
color: #555238;
}
</style>
background-color css
<style>
a { background-color: #555238; }
a { background-color: rgb(85,82,56); }
div.DivClassName
{
background-color: #555238;
}
.BgClassName
{
background-color: #555238;
}
</style>
border-color css
<style>
span { border-color: #555238; }
span { border-color: rgb(85,82,56); }
td.TdClassName
{
border-color: #555238;
}
.TagClassName
{
border-color: #555238;
}
</style>