Shades of Cabbage Pont #53584E
Tints of Cabbage Pont #53584E
RGB
CMYK
RGB Variations
Color information
#53584E (or 0x53584E) is known color: Cabbage Pont. HEX triplet: 53, 58 and 4E. RGB value is (83,88,78). Sum of RGB (Red+Green+Blue) = 83+88+78=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #53584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53584E is #ACA7B1. Grayscale: #555555. Windows color (decimal): -11315122 or 5134419. OLE color: 5134419.
HSL color Cylindrical-coordinate representation of color #53584E: hue angle of 90º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53584E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 78 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.65 |
| HSL | 90º | 0.06% | 0.33% | - |
| HSV(B) | 90º | 0.11% | 0.35% | - |
| XYZ | 8.43 | 9.37 | 8.57 | - |
| YUV | 85.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 78 | 0.06 | 0 | 0.11 | 0.65 | 90 | 0.06 | 0.33 |
| Hex | 53 | 58 | 4E | 6 | 0 | B | 41 | 5A | 6 | 21 |
| Octal | 123 | 130 | 116 | 6 | 0 | 13 | 101 | 132 | 6 | 41 |
| Binary | 1010011 | 1011000 | 1001110 | 110 | 0 | 1011 | 1000001 | 1011010 | 110 | 100001 |
Color Harmonies of #53584E
Complementary color
Monochromatic Colors of #53584E
Black with #53584E
Text Example
Text Example
White with #53584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53584E; }
p { color: rgb(83,88,78); }
H1.HeaderClassName
{
color: #53584E;
}
.AnyTagClassName
{
color: #53584E;
}
</style>
background-color css
<style>
a { background-color: #53584E; }
a { background-color: rgb(83,88,78); }
div.DivClassName
{
background-color: #53584E;
}
.BgClassName
{
background-color: #53584E;
}
</style>
border-color css
<style>
span { border-color: #53584E; }
span { border-color: rgb(83,88,78); }
td.TdClassName
{
border-color: #53584E;
}
.TagClassName
{
border-color: #53584E;
}
</style>