Shades of Cabbage Pont #56614C
Tints of Cabbage Pont #56614C
RGB
CMYK
RGB Variations
Color information
#56614C (or 0x56614C) is known color: Cabbage Pont. HEX triplet: 56, 61 and 4C. RGB value is (86,97,76). Sum of RGB (Red+Green+Blue) = 86+97+76=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #56614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56614C is #A99EB3. Grayscale: #5B5B5B. Windows color (decimal): -11116212 or 5005654. OLE color: 5005654.
HSL color Cylindrical-coordinate representation of color #56614C: hue angle of 91.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56614C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 97 | 76 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.62 |
| HSL | 91.43º | 0.12% | 0.34% | - |
| HSV(B) | 91.43º | 0.22% | 0.38% | - |
| XYZ | 9.42 | 11.05 | 8.47 | - |
| YUV | 91.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 76 | 0.11 | 0 | 0.22 | 0.62 | 91.43 | 0.12 | 0.34 |
| Hex | 56 | 61 | 4C | B | 0 | 16 | 3E | 5B | C | 22 |
| Octal | 126 | 141 | 114 | 13 | 0 | 26 | 76 | 133 | 14 | 42 |
| Binary | 1010110 | 1100001 | 1001100 | 1011 | 0 | 10110 | 111110 | 1011011 | 1100 | 100010 |
Color Harmonies of #56614C
Complementary color
Monochromatic Colors of #56614C
Black with #56614C
Text Example
Text Example
White with #56614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56614C; }
p { color: rgb(86,97,76); }
H1.HeaderClassName
{
color: #56614C;
}
.AnyTagClassName
{
color: #56614C;
}
</style>
background-color css
<style>
a { background-color: #56614C; }
a { background-color: rgb(86,97,76); }
div.DivClassName
{
background-color: #56614C;
}
.BgClassName
{
background-color: #56614C;
}
</style>
border-color css
<style>
span { border-color: #56614C; }
span { border-color: rgb(86,97,76); }
td.TdClassName
{
border-color: #56614C;
}
.TagClassName
{
border-color: #56614C;
}
</style>