Shades of Panda #5A533A
Tints of Panda #5A533A
RGB
CMYK
RGB Variations
Color information
#5A533A (or 0x5A533A) is known color: Panda. HEX triplet: 5A, 53 and 3A. RGB value is (90,83,58). Sum of RGB (Red+Green+Blue) = 90+83+58=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 90 - color contains mainly: red. Hex color #5A533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A533A is #A5ACC5. Grayscale: #525252. Windows color (decimal): -10857670 or 3822426. OLE color: 3822426.
HSL color Cylindrical-coordinate representation of color #5A533A: hue angle of 46.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A533A is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 58 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.65 |
| HSL | 46.88º | 0.22% | 0.29% | - |
| HSV(B) | 46.88º | 0.36% | 0.35% | - |
| XYZ | 8.07 | 8.67 | 5.25 | - |
| YUV | 82.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 58 | 0 | 0.08 | 0.36 | 0.65 | 46.88 | 0.22 | 0.29 |
| Hex | 5A | 53 | 3A | 0 | 8 | 24 | 41 | 2F | 16 | 1D |
| Octal | 132 | 123 | 72 | 0 | 10 | 44 | 101 | 57 | 26 | 35 |
| Binary | 1011010 | 1010011 | 111010 | 0 | 1000 | 100100 | 1000001 | 101111 | 10110 | 11101 |
Color Harmonies of #5A533A
Complementary color
Monochromatic Colors of #5A533A
Black with #5A533A
Text Example
Text Example
White with #5A533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A533A; }
p { color: rgb(90,83,58); }
H1.HeaderClassName
{
color: #5A533A;
}
.AnyTagClassName
{
color: #5A533A;
}
</style>
background-color css
<style>
a { background-color: #5A533A; }
a { background-color: rgb(90,83,58); }
div.DivClassName
{
background-color: #5A533A;
}
.BgClassName
{
background-color: #5A533A;
}
</style>
border-color css
<style>
span { border-color: #5A533A; }
span { border-color: rgb(90,83,58); }
td.TdClassName
{
border-color: #5A533A;
}
.TagClassName
{
border-color: #5A533A;
}
</style>