Shades of Panda #55503B
Tints of Panda #55503B
RGB
CMYK
RGB Variations
Color information
#55503B (or 0x55503B) is known color: Panda. HEX triplet: 55, 50 and 3B. RGB value is (85,80,59). Sum of RGB (Red+Green+Blue) = 85+80+59=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #55503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503B is #AAAFC4. Grayscale: #4F4F4F. Windows color (decimal): -11186117 or 3887189. OLE color: 3887189.
HSL color Cylindrical-coordinate representation of color #55503B: hue angle of 48.46º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55503B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 59 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.67 |
| HSL | 48.46º | 0.18% | 0.28% | - |
| HSV(B) | 48.46º | 0.31% | 0.33% | - |
| XYZ | 7.4 | 7.98 | 5.29 | - |
| YUV | 79.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 59 | 0 | 0.06 | 0.31 | 0.67 | 48.46 | 0.18 | 0.28 |
| Hex | 55 | 50 | 3B | 0 | 6 | 1F | 43 | 30 | 12 | 1C |
| Octal | 125 | 120 | 73 | 0 | 6 | 37 | 103 | 60 | 22 | 34 |
| Binary | 1010101 | 1010000 | 111011 | 0 | 110 | 11111 | 1000011 | 110000 | 10010 | 11100 |
Color Harmonies of #55503B
Complementary color
Monochromatic Colors of #55503B
Black with #55503B
Text Example
Text Example
White with #55503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55503B; }
p { color: rgb(85,80,59); }
H1.HeaderClassName
{
color: #55503B;
}
.AnyTagClassName
{
color: #55503B;
}
</style>
background-color css
<style>
a { background-color: #55503B; }
a { background-color: rgb(85,80,59); }
div.DivClassName
{
background-color: #55503B;
}
.BgClassName
{
background-color: #55503B;
}
</style>
border-color css
<style>
span { border-color: #55503B; }
span { border-color: rgb(85,80,59); }
td.TdClassName
{
border-color: #55503B;
}
.TagClassName
{
border-color: #55503B;
}
</style>