Shades of Panda #5B5239
Tints of Panda #5B5239
RGB
CMYK
RGB Variations
Color information
#5B5239 (or 0x5B5239) is known color: Panda. HEX triplet: 5B, 52 and 39. RGB value is (91,82,57). Sum of RGB (Red+Green+Blue) = 91+82+57=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5239 is #A4ADC6. Grayscale: #515151. Windows color (decimal): -10792391 or 3756635. OLE color: 3756635.
HSL color Cylindrical-coordinate representation of color #5B5239: hue angle of 44.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B5239 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 57 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.64 |
| HSL | 44.12º | 0.23% | 0.29% | - |
| HSV(B) | 44.12º | 0.37% | 0.36% | - |
| XYZ | 8.07 | 8.55 | 5.1 | - |
| YUV | 81.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 57 | 0 | 0.10 | 0.37 | 0.64 | 44.12 | 0.23 | 0.29 |
| Hex | 5B | 52 | 39 | 0 | A | 25 | 40 | 2C | 17 | 1D |
| Octal | 133 | 122 | 71 | 0 | 12 | 45 | 100 | 54 | 27 | 35 |
| Binary | 1011011 | 1010010 | 111001 | 0 | 1010 | 100101 | 1000000 | 101100 | 10111 | 11101 |
Color Harmonies of #5B5239
Complementary color
Monochromatic Colors of #5B5239
Black with #5B5239
Text Example
Text Example
White with #5B5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5239; }
p { color: rgb(91,82,57); }
H1.HeaderClassName
{
color: #5B5239;
}
.AnyTagClassName
{
color: #5B5239;
}
</style>
background-color css
<style>
a { background-color: #5B5239; }
a { background-color: rgb(91,82,57); }
div.DivClassName
{
background-color: #5B5239;
}
.BgClassName
{
background-color: #5B5239;
}
</style>
border-color css
<style>
span { border-color: #5B5239; }
span { border-color: rgb(91,82,57); }
td.TdClassName
{
border-color: #5B5239;
}
.TagClassName
{
border-color: #5B5239;
}
</style>