Shades of Panda #58553D
Tints of Panda #58553D
RGB
CMYK
RGB Variations
Color information
#58553D (or 0x58553D) is known color: Panda. HEX triplet: 58, 55 and 3D. RGB value is (88,85,61). Sum of RGB (Red+Green+Blue) = 88+85+61=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58553D is #A7AAC2. Grayscale: #535353. Windows color (decimal): -10988227 or 4019544. OLE color: 4019544.
HSL color Cylindrical-coordinate representation of color #58553D: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58553D is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 61 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.65 |
| HSL | 53.33º | 0.18% | 0.29% | - |
| HSV(B) | 53.33º | 0.31% | 0.35% | - |
| XYZ | 8.12 | 8.91 | 5.71 | - |
| YUV | 83.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 61 | 0 | 0.03 | 0.31 | 0.65 | 53.33 | 0.18 | 0.29 |
| Hex | 58 | 55 | 3D | 0 | 3 | 1F | 41 | 35 | 12 | 1D |
| Octal | 130 | 125 | 75 | 0 | 3 | 37 | 101 | 65 | 22 | 35 |
| Binary | 1011000 | 1010101 | 111101 | 0 | 11 | 11111 | 1000001 | 110101 | 10010 | 11101 |
Color Harmonies of #58553D
Complementary color
Monochromatic Colors of #58553D
Black with #58553D
Text Example
Text Example
White with #58553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58553D; }
p { color: rgb(88,85,61); }
H1.HeaderClassName
{
color: #58553D;
}
.AnyTagClassName
{
color: #58553D;
}
</style>
background-color css
<style>
a { background-color: #58553D; }
a { background-color: rgb(88,85,61); }
div.DivClassName
{
background-color: #58553D;
}
.BgClassName
{
background-color: #58553D;
}
</style>
border-color css
<style>
span { border-color: #58553D; }
span { border-color: rgb(88,85,61); }
td.TdClassName
{
border-color: #58553D;
}
.TagClassName
{
border-color: #58553D;
}
</style>