Shades of Panda #535040
Tints of Panda #535040
RGB
CMYK
RGB Variations
Color information
#535040 (or 0x535040) is known color: Panda. HEX triplet: 53, 50 and 40. RGB value is (83,80,64). Sum of RGB (Red+Green+Blue) = 83+80+64=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #535040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535040 is #ACAFBF. Grayscale: #4F4F4F. Windows color (decimal): -11317184 or 4214867. OLE color: 4214867.
HSL color Cylindrical-coordinate representation of color #535040: hue angle of 50.53º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535040 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 64 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.67 |
| HSL | 50.53º | 0.13% | 0.29% | - |
| HSV(B) | 50.53º | 0.23% | 0.33% | - |
| XYZ | 7.36 | 7.95 | 6 | - |
| YUV | 79.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 64 | 0 | 0.04 | 0.23 | 0.67 | 50.53 | 0.13 | 0.29 |
| Hex | 53 | 50 | 40 | 0 | 4 | 17 | 43 | 33 | D | 1D |
| Octal | 123 | 120 | 100 | 0 | 4 | 27 | 103 | 63 | 15 | 35 |
| Binary | 1010011 | 1010000 | 1000000 | 0 | 100 | 10111 | 1000011 | 110011 | 1101 | 11101 |
Color Harmonies of #535040
Complementary color
Monochromatic Colors of #535040
Black with #535040
Text Example
Text Example
White with #535040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535040; }
p { color: rgb(83,80,64); }
H1.HeaderClassName
{
color: #535040;
}
.AnyTagClassName
{
color: #535040;
}
</style>
background-color css
<style>
a { background-color: #535040; }
a { background-color: rgb(83,80,64); }
div.DivClassName
{
background-color: #535040;
}
.BgClassName
{
background-color: #535040;
}
</style>
border-color css
<style>
span { border-color: #535040; }
span { border-color: rgb(83,80,64); }
td.TdClassName
{
border-color: #535040;
}
.TagClassName
{
border-color: #535040;
}
</style>