Shades of Panda #5A5536
Tints of Panda #5A5536
RGB
CMYK
RGB Variations
Color information
#5A5536 (or 0x5A5536) is known color: Panda. HEX triplet: 5A, 55 and 36. RGB value is (90,85,54). Sum of RGB (Red+Green+Blue) = 90+85+54=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5536 is #A5AAC9. Grayscale: #535353. Windows color (decimal): -10857162 or 3560794. OLE color: 3560794.
HSL color Cylindrical-coordinate representation of color #5A5536: hue angle of 51.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A5536 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 54 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.65 |
| HSL | 51.67º | 0.25% | 0.28% | - |
| HSV(B) | 51.67º | 0.4% | 0.35% | - |
| XYZ | 8.13 | 8.94 | 4.79 | - |
| YUV | 82.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 54 | 0 | 0.06 | 0.40 | 0.65 | 51.67 | 0.25 | 0.28 |
| Hex | 5A | 55 | 36 | 0 | 6 | 28 | 41 | 34 | 19 | 1C |
| Octal | 132 | 125 | 66 | 0 | 6 | 50 | 101 | 64 | 31 | 34 |
| Binary | 1011010 | 1010101 | 110110 | 0 | 110 | 101000 | 1000001 | 110100 | 11001 | 11100 |
Color Harmonies of #5A5536
Complementary color
Monochromatic Colors of #5A5536
Black with #5A5536
Text Example
Text Example
White with #5A5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5536; }
p { color: rgb(90,85,54); }
H1.HeaderClassName
{
color: #5A5536;
}
.AnyTagClassName
{
color: #5A5536;
}
</style>
background-color css
<style>
a { background-color: #5A5536; }
a { background-color: rgb(90,85,54); }
div.DivClassName
{
background-color: #5A5536;
}
.BgClassName
{
background-color: #5A5536;
}
</style>
border-color css
<style>
span { border-color: #5A5536; }
span { border-color: rgb(90,85,54); }
td.TdClassName
{
border-color: #5A5536;
}
.TagClassName
{
border-color: #5A5536;
}
</style>