Shades of Cabbage Pont #53594E
Tints of Cabbage Pont #53594E
RGB
CMYK
RGB Variations
Color information
#53594E (or 0x53594E) is known color: Cabbage Pont. HEX triplet: 53, 59 and 4E. RGB value is (83,89,78). Sum of RGB (Red+Green+Blue) = 83+89+78=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #53594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53594E is #ACA6B1. Grayscale: #555555. Windows color (decimal): -11314866 or 5134675. OLE color: 5134675.
HSL color Cylindrical-coordinate representation of color #53594E: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53594E is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 78 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.65 |
| HSL | 92.73º | 0.07% | 0.33% | - |
| HSV(B) | 92.73º | 0.12% | 0.35% | - |
| XYZ | 8.51 | 9.53 | 8.6 | - |
| YUV | 85.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 78 | 0.07 | 0 | 0.12 | 0.65 | 92.73 | 0.07 | 0.33 |
| Hex | 53 | 59 | 4E | 7 | 0 | C | 41 | 5D | 7 | 21 |
| Octal | 123 | 131 | 116 | 7 | 0 | 14 | 101 | 135 | 7 | 41 |
| Binary | 1010011 | 1011001 | 1001110 | 111 | 0 | 1100 | 1000001 | 1011101 | 111 | 100001 |
Color Harmonies of #53594E
Complementary color
Monochromatic Colors of #53594E
Black with #53594E
Text Example
Text Example
White with #53594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53594E; }
p { color: rgb(83,89,78); }
H1.HeaderClassName
{
color: #53594E;
}
.AnyTagClassName
{
color: #53594E;
}
</style>
background-color css
<style>
a { background-color: #53594E; }
a { background-color: rgb(83,89,78); }
div.DivClassName
{
background-color: #53594E;
}
.BgClassName
{
background-color: #53594E;
}
</style>
border-color css
<style>
span { border-color: #53594E; }
span { border-color: rgb(83,89,78); }
td.TdClassName
{
border-color: #53594E;
}
.TagClassName
{
border-color: #53594E;
}
</style>