Shades of Cabbage Pont #535E47
Tints of Cabbage Pont #535E47
RGB
CMYK
RGB Variations
Color information
#535E47 (or 0x535E47) is known color: Cabbage Pont. HEX triplet: 53, 5E and 47. RGB value is (83,94,71). Sum of RGB (Red+Green+Blue) = 83+94+71=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 94 - color contains mainly: green. Hex color #535E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E47 is #ACA1B8. Grayscale: #585858. Windows color (decimal): -11313593 or 4677203. OLE color: 4677203.
HSL color Cylindrical-coordinate representation of color #535E47: hue angle of 88.7º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #535E47 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 94 | 71 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.63 |
| HSL | 88.7º | 0.14% | 0.32% | - |
| HSV(B) | 88.7º | 0.24% | 0.37% | - |
| XYZ | 8.71 | 10.3 | 7.49 | - |
| YUV | 88.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 71 | 0.12 | 0 | 0.24 | 0.63 | 88.7 | 0.14 | 0.32 |
| Hex | 53 | 5E | 47 | C | 0 | 18 | 3F | 59 | E | 20 |
| Octal | 123 | 136 | 107 | 14 | 0 | 30 | 77 | 131 | 16 | 40 |
| Binary | 1010011 | 1011110 | 1000111 | 1100 | 0 | 11000 | 111111 | 1011001 | 1110 | 100000 |
Color Harmonies of #535E47
Complementary color
Monochromatic Colors of #535E47
Black with #535E47
Text Example
Text Example
White with #535E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E47; }
p { color: rgb(83,94,71); }
H1.HeaderClassName
{
color: #535E47;
}
.AnyTagClassName
{
color: #535E47;
}
</style>
background-color css
<style>
a { background-color: #535E47; }
a { background-color: rgb(83,94,71); }
div.DivClassName
{
background-color: #535E47;
}
.BgClassName
{
background-color: #535E47;
}
</style>
border-color css
<style>
span { border-color: #535E47; }
span { border-color: rgb(83,94,71); }
td.TdClassName
{
border-color: #535E47;
}
.TagClassName
{
border-color: #535E47;
}
</style>