Shades of Panda #5B5338
Tints of Panda #5B5338
RGB
CMYK
RGB Variations
Color information
#5B5338 (or 0x5B5338) is known color: Panda. HEX triplet: 5B, 53 and 38. RGB value is (91,83,56). Sum of RGB (Red+Green+Blue) = 91+83+56=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5338 is #A4ACC7. Grayscale: #525252. Windows color (decimal): -10792136 or 3691355. OLE color: 3691355.
HSL color Cylindrical-coordinate representation of color #5B5338: hue angle of 46.29º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B5338 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 56 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.64 |
| HSL | 46.29º | 0.24% | 0.29% | - |
| HSV(B) | 46.29º | 0.38% | 0.36% | - |
| XYZ | 8.12 | 8.7 | 4.99 | - |
| YUV | 82.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 56 | 0 | 0.09 | 0.38 | 0.64 | 46.29 | 0.24 | 0.29 |
| Hex | 5B | 53 | 38 | 0 | 9 | 26 | 40 | 2E | 18 | 1D |
| Octal | 133 | 123 | 70 | 0 | 11 | 46 | 100 | 56 | 30 | 35 |
| Binary | 1011011 | 1010011 | 111000 | 0 | 1001 | 100110 | 1000000 | 101110 | 11000 | 11101 |
Color Harmonies of #5B5338
Complementary color
Monochromatic Colors of #5B5338
Black with #5B5338
Text Example
Text Example
White with #5B5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5338; }
p { color: rgb(91,83,56); }
H1.HeaderClassName
{
color: #5B5338;
}
.AnyTagClassName
{
color: #5B5338;
}
</style>
background-color css
<style>
a { background-color: #5B5338; }
a { background-color: rgb(91,83,56); }
div.DivClassName
{
background-color: #5B5338;
}
.BgClassName
{
background-color: #5B5338;
}
</style>
border-color css
<style>
span { border-color: #5B5338; }
span { border-color: rgb(91,83,56); }
td.TdClassName
{
border-color: #5B5338;
}
.TagClassName
{
border-color: #5B5338;
}
</style>