Shades of Cabbage Pont #55614B
Tints of Cabbage Pont #55614B
RGB
CMYK
RGB Variations
Color information
#55614B (or 0x55614B) is known color: Cabbage Pont. HEX triplet: 55, 61 and 4B. RGB value is (85,97,75). Sum of RGB (Red+Green+Blue) = 85+97+75=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #55614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55614B is #AA9EB4. Grayscale: #5A5A5A. Windows color (decimal): -11181749 or 4940117. OLE color: 4940117.
HSL color Cylindrical-coordinate representation of color #55614B: hue angle of 92.73º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55614B is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 75 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.62 |
| HSL | 92.73º | 0.13% | 0.34% | - |
| HSV(B) | 92.73º | 0.23% | 0.38% | - |
| XYZ | 9.29 | 10.99 | 8.29 | - |
| YUV | 90.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 75 | 0.12 | 0 | 0.23 | 0.62 | 92.73 | 0.13 | 0.34 |
| Hex | 55 | 61 | 4B | C | 0 | 17 | 3E | 5D | D | 22 |
| Octal | 125 | 141 | 113 | 14 | 0 | 27 | 76 | 135 | 15 | 42 |
| Binary | 1010101 | 1100001 | 1001011 | 1100 | 0 | 10111 | 111110 | 1011101 | 1101 | 100010 |
Color Harmonies of #55614B
Complementary color
Monochromatic Colors of #55614B
Black with #55614B
Text Example
Text Example
White with #55614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55614B; }
p { color: rgb(85,97,75); }
H1.HeaderClassName
{
color: #55614B;
}
.AnyTagClassName
{
color: #55614B;
}
</style>
background-color css
<style>
a { background-color: #55614B; }
a { background-color: rgb(85,97,75); }
div.DivClassName
{
background-color: #55614B;
}
.BgClassName
{
background-color: #55614B;
}
</style>
border-color css
<style>
span { border-color: #55614B; }
span { border-color: rgb(85,97,75); }
td.TdClassName
{
border-color: #55614B;
}
.TagClassName
{
border-color: #55614B;
}
</style>