Shades of Panda #5A5138
Tints of Panda #5A5138
RGB
CMYK
RGB Variations
Color information
#5A5138 (or 0x5A5138) is known color: Panda. HEX triplet: 5A, 51 and 38. RGB value is (90,81,56). Sum of RGB (Red+Green+Blue) = 90+81+56=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5138 is #A5AEC7. Grayscale: #505050. Windows color (decimal): -10858184 or 3690842. OLE color: 3690842.
HSL color Cylindrical-coordinate representation of color #5A5138: hue angle of 44.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5138 is Cyan = 0, Magento = 0.1, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 56 | - |
| CMYK | 0 | 0.1 | 0.38 | 0.65 |
| HSL | 44.12º | 0.23% | 0.29% | - |
| HSV(B) | 44.12º | 0.38% | 0.35% | - |
| XYZ | 7.87 | 8.34 | 4.94 | - |
| YUV | 80.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 56 | 0 | 0.1 | 0.38 | 0.65 | 44.12 | 0.23 | 0.29 |
| Hex | 5A | 51 | 38 | 0 | A | 26 | 41 | 2C | 17 | 1D |
| Octal | 132 | 121 | 70 | 0 | 12 | 46 | 101 | 54 | 27 | 35 |
| Binary | 1011010 | 1010001 | 111000 | 0 | 1010 | 100110 | 1000001 | 101100 | 10111 | 11101 |
Color Harmonies of #5A5138
Complementary color
Monochromatic Colors of #5A5138
Black with #5A5138
Text Example
Text Example
White with #5A5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5138; }
p { color: rgb(90,81,56); }
H1.HeaderClassName
{
color: #5A5138;
}
.AnyTagClassName
{
color: #5A5138;
}
</style>
background-color css
<style>
a { background-color: #5A5138; }
a { background-color: rgb(90,81,56); }
div.DivClassName
{
background-color: #5A5138;
}
.BgClassName
{
background-color: #5A5138;
}
</style>
border-color css
<style>
span { border-color: #5A5138; }
span { border-color: rgb(90,81,56); }
td.TdClassName
{
border-color: #5A5138;
}
.TagClassName
{
border-color: #5A5138;
}
</style>