Shades of Cabbage Pont #53594D
Tints of Cabbage Pont #53594D
RGB
CMYK
RGB Variations
Color information
#53594D (or 0x53594D) is known color: Cabbage Pont. HEX triplet: 53, 59 and 4D. RGB value is (83,89,77). Sum of RGB (Red+Green+Blue) = 83+89+77=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #53594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53594D is #ACA6B2. Grayscale: #555555. Windows color (decimal): -11314867 or 5069139. OLE color: 5069139.
HSL color Cylindrical-coordinate representation of color #53594D: hue angle of 90º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53594D is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 77 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.65 |
| HSL | 90º | 0.07% | 0.33% | - |
| HSV(B) | 90º | 0.13% | 0.35% | - |
| XYZ | 8.48 | 9.52 | 8.41 | - |
| YUV | 85.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 77 | 0.07 | 0 | 0.13 | 0.65 | 90 | 0.07 | 0.33 |
| Hex | 53 | 59 | 4D | 7 | 0 | D | 41 | 5A | 7 | 21 |
| Octal | 123 | 131 | 115 | 7 | 0 | 15 | 101 | 132 | 7 | 41 |
| Binary | 1010011 | 1011001 | 1001101 | 111 | 0 | 1101 | 1000001 | 1011010 | 111 | 100001 |
Color Harmonies of #53594D
Complementary color
Monochromatic Colors of #53594D
Black with #53594D
Text Example
Text Example
White with #53594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53594D; }
p { color: rgb(83,89,77); }
H1.HeaderClassName
{
color: #53594D;
}
.AnyTagClassName
{
color: #53594D;
}
</style>
background-color css
<style>
a { background-color: #53594D; }
a { background-color: rgb(83,89,77); }
div.DivClassName
{
background-color: #53594D;
}
.BgClassName
{
background-color: #53594D;
}
</style>
border-color css
<style>
span { border-color: #53594D; }
span { border-color: rgb(83,89,77); }
td.TdClassName
{
border-color: #53594D;
}
.TagClassName
{
border-color: #53594D;
}
</style>