Shades of Cabbage Pont #55614A
Tints of Cabbage Pont #55614A
RGB
CMYK
RGB Variations
Color information
#55614A (or 0x55614A) is known color: Cabbage Pont. HEX triplet: 55, 61 and 4A. RGB value is (85,97,74). Sum of RGB (Red+Green+Blue) = 85+97+74=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #55614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55614A is #AA9EB5. Grayscale: #5A5A5A. Windows color (decimal): -11181750 or 4874581. OLE color: 4874581.
HSL color Cylindrical-coordinate representation of color #55614A: hue angle of 91.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55614A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 74 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.62 |
| HSL | 91.3º | 0.13% | 0.34% | - |
| HSV(B) | 91.3º | 0.24% | 0.38% | - |
| XYZ | 9.26 | 10.98 | 8.11 | - |
| YUV | 90.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 74 | 0.12 | 0 | 0.24 | 0.62 | 91.3 | 0.13 | 0.34 |
| Hex | 55 | 61 | 4A | C | 0 | 18 | 3E | 5B | D | 22 |
| Octal | 125 | 141 | 112 | 14 | 0 | 30 | 76 | 133 | 15 | 42 |
| Binary | 1010101 | 1100001 | 1001010 | 1100 | 0 | 11000 | 111110 | 1011011 | 1101 | 100010 |
Color Harmonies of #55614A
Complementary color
Monochromatic Colors of #55614A
Black with #55614A
Text Example
Text Example
White with #55614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55614A; }
p { color: rgb(85,97,74); }
H1.HeaderClassName
{
color: #55614A;
}
.AnyTagClassName
{
color: #55614A;
}
</style>
background-color css
<style>
a { background-color: #55614A; }
a { background-color: rgb(85,97,74); }
div.DivClassName
{
background-color: #55614A;
}
.BgClassName
{
background-color: #55614A;
}
</style>
border-color css
<style>
span { border-color: #55614A; }
span { border-color: rgb(85,97,74); }
td.TdClassName
{
border-color: #55614A;
}
.TagClassName
{
border-color: #55614A;
}
</style>