Shades of Cabbage Pont #56604C
Tints of Cabbage Pont #56604C
RGB
CMYK
RGB Variations
Color information
#56604C (or 0x56604C) is known color: Cabbage Pont. HEX triplet: 56, 60 and 4C. RGB value is (86,96,76). Sum of RGB (Red+Green+Blue) = 86+96+76=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #56604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56604C is #A99FB3. Grayscale: #5A5A5A. Windows color (decimal): -11116468 or 5005398. OLE color: 5005398.
HSL color Cylindrical-coordinate representation of color #56604C: hue angle of 90º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56604C is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 76 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.62 |
| HSL | 90º | 0.12% | 0.34% | - |
| HSV(B) | 90º | 0.21% | 0.38% | - |
| XYZ | 9.33 | 10.87 | 8.44 | - |
| YUV | 90.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 76 | 0.10 | 0 | 0.21 | 0.62 | 90 | 0.12 | 0.34 |
| Hex | 56 | 60 | 4C | A | 0 | 15 | 3E | 5A | C | 22 |
| Octal | 126 | 140 | 114 | 12 | 0 | 25 | 76 | 132 | 14 | 42 |
| Binary | 1010110 | 1100000 | 1001100 | 1010 | 0 | 10101 | 111110 | 1011010 | 1100 | 100010 |
Color Harmonies of #56604C
Complementary color
Monochromatic Colors of #56604C
Black with #56604C
Text Example
Text Example
White with #56604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56604C; }
p { color: rgb(86,96,76); }
H1.HeaderClassName
{
color: #56604C;
}
.AnyTagClassName
{
color: #56604C;
}
</style>
background-color css
<style>
a { background-color: #56604C; }
a { background-color: rgb(86,96,76); }
div.DivClassName
{
background-color: #56604C;
}
.BgClassName
{
background-color: #56604C;
}
</style>
border-color css
<style>
span { border-color: #56604C; }
span { border-color: rgb(86,96,76); }
td.TdClassName
{
border-color: #56604C;
}
.TagClassName
{
border-color: #56604C;
}
</style>