Shades of Panda #585340
Tints of Panda #585340
RGB
CMYK
RGB Variations
Color information
#585340 (or 0x585340) is known color: Panda. HEX triplet: 58, 53 and 40. RGB value is (88,83,64). Sum of RGB (Red+Green+Blue) = 88+83+64=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #585340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585340 is #A7ACBF. Grayscale: #525252. Windows color (decimal): -10988736 or 4215640. OLE color: 4215640.
HSL color Cylindrical-coordinate representation of color #585340: hue angle of 47.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585340 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 64 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.65 |
| HSL | 47.5º | 0.16% | 0.3% | - |
| HSV(B) | 47.5º | 0.27% | 0.35% | - |
| XYZ | 8.04 | 8.63 | 6.09 | - |
| YUV | 82.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 64 | 0 | 0.06 | 0.27 | 0.65 | 47.5 | 0.16 | 0.3 |
| Hex | 58 | 53 | 40 | 0 | 6 | 1B | 41 | 30 | 10 | 1E |
| Octal | 130 | 123 | 100 | 0 | 6 | 33 | 101 | 60 | 20 | 36 |
| Binary | 1011000 | 1010011 | 1000000 | 0 | 110 | 11011 | 1000001 | 110000 | 10000 | 11110 |
Color Harmonies of #585340
Complementary color
Monochromatic Colors of #585340
Black with #585340
Text Example
Text Example
White with #585340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585340; }
p { color: rgb(88,83,64); }
H1.HeaderClassName
{
color: #585340;
}
.AnyTagClassName
{
color: #585340;
}
</style>
background-color css
<style>
a { background-color: #585340; }
a { background-color: rgb(88,83,64); }
div.DivClassName
{
background-color: #585340;
}
.BgClassName
{
background-color: #585340;
}
</style>
border-color css
<style>
span { border-color: #585340; }
span { border-color: rgb(88,83,64); }
td.TdClassName
{
border-color: #585340;
}
.TagClassName
{
border-color: #585340;
}
</style>