Shades of Panda #5B573C
Tints of Panda #5B573C
RGB
CMYK
RGB Variations
Color information
#5B573C (or 0x5B573C) is known color: Panda. HEX triplet: 5B, 57 and 3C. RGB value is (91,87,60). Sum of RGB (Red+Green+Blue) = 91+87+60=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B573C is #A4A8C3. Grayscale: #555555. Windows color (decimal): -10791108 or 3954523. OLE color: 3954523.
HSL color Cylindrical-coordinate representation of color #5B573C: hue angle of 52.26º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B573C is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 87 | 60 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.64 |
| HSL | 52.26º | 0.21% | 0.3% | - |
| HSV(B) | 52.26º | 0.34% | 0.36% | - |
| XYZ | 8.54 | 9.37 | 5.63 | - |
| YUV | 85.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 60 | 0 | 0.04 | 0.34 | 0.64 | 52.26 | 0.21 | 0.3 |
| Hex | 5B | 57 | 3C | 0 | 4 | 22 | 40 | 34 | 15 | 1E |
| Octal | 133 | 127 | 74 | 0 | 4 | 42 | 100 | 64 | 25 | 36 |
| Binary | 1011011 | 1010111 | 111100 | 0 | 100 | 100010 | 1000000 | 110100 | 10101 | 11110 |
Color Harmonies of #5B573C
Complementary color
Monochromatic Colors of #5B573C
Black with #5B573C
Text Example
Text Example
White with #5B573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B573C; }
p { color: rgb(91,87,60); }
H1.HeaderClassName
{
color: #5B573C;
}
.AnyTagClassName
{
color: #5B573C;
}
</style>
background-color css
<style>
a { background-color: #5B573C; }
a { background-color: rgb(91,87,60); }
div.DivClassName
{
background-color: #5B573C;
}
.BgClassName
{
background-color: #5B573C;
}
</style>
border-color css
<style>
span { border-color: #5B573C; }
span { border-color: rgb(91,87,60); }
td.TdClassName
{
border-color: #5B573C;
}
.TagClassName
{
border-color: #5B573C;
}
</style>