Shades of Panda #5B533A
Tints of Panda #5B533A
RGB
CMYK
RGB Variations
Color information
#5B533A (or 0x5B533A) is known color: Panda. HEX triplet: 5B, 53 and 3A. RGB value is (91,83,58). Sum of RGB (Red+Green+Blue) = 91+83+58=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 91 - color contains mainly: red. Hex color #5B533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B533A is #A4ACC5. Grayscale: #525252. Windows color (decimal): -10792134 or 3822427. OLE color: 3822427.
HSL color Cylindrical-coordinate representation of color #5B533A: hue angle of 45.45º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B533A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 58 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.64 |
| HSL | 45.45º | 0.22% | 0.29% | - |
| HSV(B) | 45.45º | 0.36% | 0.36% | - |
| XYZ | 8.17 | 8.72 | 5.25 | - |
| YUV | 82.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 58 | 0 | 0.09 | 0.36 | 0.64 | 45.45 | 0.22 | 0.29 |
| Hex | 5B | 53 | 3A | 0 | 9 | 24 | 40 | 2D | 16 | 1D |
| Octal | 133 | 123 | 72 | 0 | 11 | 44 | 100 | 55 | 26 | 35 |
| Binary | 1011011 | 1010011 | 111010 | 0 | 1001 | 100100 | 1000000 | 101101 | 10110 | 11101 |
Color Harmonies of #5B533A
Complementary color
Monochromatic Colors of #5B533A
Black with #5B533A
Text Example
Text Example
White with #5B533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B533A; }
p { color: rgb(91,83,58); }
H1.HeaderClassName
{
color: #5B533A;
}
.AnyTagClassName
{
color: #5B533A;
}
</style>
background-color css
<style>
a { background-color: #5B533A; }
a { background-color: rgb(91,83,58); }
div.DivClassName
{
background-color: #5B533A;
}
.BgClassName
{
background-color: #5B533A;
}
</style>
border-color css
<style>
span { border-color: #5B533A; }
span { border-color: rgb(91,83,58); }
td.TdClassName
{
border-color: #5B533A;
}
.TagClassName
{
border-color: #5B533A;
}
</style>