Shades of Panda #5B533B
Tints of Panda #5B533B
RGB
CMYK
RGB Variations
Color information
#5B533B (or 0x5B533B) is known color: Panda. HEX triplet: 5B, 53 and 3B. RGB value is (91,83,59). Sum of RGB (Red+Green+Blue) = 91+83+59=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B533B is #A4ACC4. Grayscale: #525252. Windows color (decimal): -10792133 or 3887963. OLE color: 3887963.
HSL color Cylindrical-coordinate representation of color #5B533B: hue angle of 45º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B533B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 59 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.64 |
| HSL | 45º | 0.21% | 0.29% | - |
| HSV(B) | 45º | 0.35% | 0.36% | - |
| XYZ | 8.2 | 8.73 | 5.39 | - |
| YUV | 82.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 59 | 0 | 0.09 | 0.35 | 0.64 | 45 | 0.21 | 0.29 |
| Hex | 5B | 53 | 3B | 0 | 9 | 23 | 40 | 2D | 15 | 1D |
| Octal | 133 | 123 | 73 | 0 | 11 | 43 | 100 | 55 | 25 | 35 |
| Binary | 1011011 | 1010011 | 111011 | 0 | 1001 | 100011 | 1000000 | 101101 | 10101 | 11101 |
Color Harmonies of #5B533B
Complementary color
Monochromatic Colors of #5B533B
Black with #5B533B
Text Example
Text Example
White with #5B533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B533B; }
p { color: rgb(91,83,59); }
H1.HeaderClassName
{
color: #5B533B;
}
.AnyTagClassName
{
color: #5B533B;
}
</style>
background-color css
<style>
a { background-color: #5B533B; }
a { background-color: rgb(91,83,59); }
div.DivClassName
{
background-color: #5B533B;
}
.BgClassName
{
background-color: #5B533B;
}
</style>
border-color css
<style>
span { border-color: #5B533B; }
span { border-color: rgb(91,83,59); }
td.TdClassName
{
border-color: #5B533B;
}
.TagClassName
{
border-color: #5B533B;
}
</style>