Shades of Cabbage Pont #55604C
Tints of Cabbage Pont #55604C
RGB
CMYK
RGB Variations
Color information
#55604C (or 0x55604C) is known color: Cabbage Pont. HEX triplet: 55, 60 and 4C. RGB value is (85,96,76). Sum of RGB (Red+Green+Blue) = 85+96+76=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #55604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55604C is #AA9FB3. Grayscale: #5A5A5A. Windows color (decimal): -11182004 or 5005397. OLE color: 5005397.
HSL color Cylindrical-coordinate representation of color #55604C: hue angle of 93º 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 #55604C is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 76 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.62 |
| HSL | 93º | 0.12% | 0.34% | - |
| HSV(B) | 93º | 0.21% | 0.38% | - |
| XYZ | 9.23 | 10.82 | 8.44 | - |
| YUV | 90.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 76 | 0.11 | 0 | 0.21 | 0.62 | 93 | 0.12 | 0.34 |
| Hex | 55 | 60 | 4C | B | 0 | 15 | 3E | 5D | C | 22 |
| Octal | 125 | 140 | 114 | 13 | 0 | 25 | 76 | 135 | 14 | 42 |
| Binary | 1010101 | 1100000 | 1001100 | 1011 | 0 | 10101 | 111110 | 1011101 | 1100 | 100010 |
Color Harmonies of #55604C
Complementary color
Monochromatic Colors of #55604C
Black with #55604C
Text Example
Text Example
White with #55604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55604C; }
p { color: rgb(85,96,76); }
H1.HeaderClassName
{
color: #55604C;
}
.AnyTagClassName
{
color: #55604C;
}
</style>
background-color css
<style>
a { background-color: #55604C; }
a { background-color: rgb(85,96,76); }
div.DivClassName
{
background-color: #55604C;
}
.BgClassName
{
background-color: #55604C;
}
</style>
border-color css
<style>
span { border-color: #55604C; }
span { border-color: rgb(85,96,76); }
td.TdClassName
{
border-color: #55604C;
}
.TagClassName
{
border-color: #55604C;
}
</style>