Shades of Cabbage Pont #53564F
Tints of Cabbage Pont #53564F
RGB
CMYK
RGB Variations
Color information
#53564F (or 0x53564F) is known color: Cabbage Pont. HEX triplet: 53, 56 and 4F. RGB value is (83,86,79). Sum of RGB (Red+Green+Blue) = 83+86+79=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #53564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53564F is #ACA9B0. Grayscale: #545454. Windows color (decimal): -11315633 or 5199443. OLE color: 5199443.
HSL color Cylindrical-coordinate representation of color #53564F: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53564F is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 79 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.66 |
| HSL | 85.71º | 0.04% | 0.32% | - |
| HSV(B) | 85.71º | 0.08% | 0.34% | - |
| XYZ | 8.31 | 9.06 | 8.71 | - |
| YUV | 84.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 79 | 0.03 | 0 | 0.08 | 0.66 | 85.71 | 0.04 | 0.32 |
| Hex | 53 | 56 | 4F | 3 | 0 | 8 | 42 | 56 | 4 | 20 |
| Octal | 123 | 126 | 117 | 3 | 0 | 10 | 102 | 126 | 4 | 40 |
| Binary | 1010011 | 1010110 | 1001111 | 11 | 0 | 1000 | 1000010 | 1010110 | 100 | 100000 |
Color Harmonies of #53564F
Complementary color
Monochromatic Colors of #53564F
Black with #53564F
Text Example
Text Example
White with #53564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53564F; }
p { color: rgb(83,86,79); }
H1.HeaderClassName
{
color: #53564F;
}
.AnyTagClassName
{
color: #53564F;
}
</style>
background-color css
<style>
a { background-color: #53564F; }
a { background-color: rgb(83,86,79); }
div.DivClassName
{
background-color: #53564F;
}
.BgClassName
{
background-color: #53564F;
}
</style>
border-color css
<style>
span { border-color: #53564F; }
span { border-color: rgb(83,86,79); }
td.TdClassName
{
border-color: #53564F;
}
.TagClassName
{
border-color: #53564F;
}
</style>