Shades of Como #557A60
Tints of Como #557A60
RGB
CMYK
RGB Variations
Color information
#557A60 (or 0x557A60) is known color: Como. HEX triplet: 55, 7A and 60. RGB value is (85,122,96). Sum of RGB (Red+Green+Blue) = 85+122+96=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #557A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A60 is #AA859F. Grayscale: #6C6C6C. Windows color (decimal): -11175328 or 6322773. OLE color: 6322773.
HSL color Cylindrical-coordinate representation of color #557A60: hue angle of 137.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A60 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 96 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.52 |
| HSL | 137.84º | 0.18% | 0.41% | - |
| HSV(B) | 137.84º | 0.3% | 0.48% | - |
| XYZ | 12.82 | 16.69 | 13.61 | - |
| YUV | 107.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 96 | 0.30 | 0 | 0.21 | 0.52 | 137.84 | 0.18 | 0.41 |
| Hex | 55 | 7A | 60 | 1E | 0 | 15 | 34 | 8A | 12 | 29 |
| Octal | 125 | 172 | 140 | 36 | 0 | 25 | 64 | 212 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1100000 | 11110 | 0 | 10101 | 110100 | 10001010 | 10010 | 101001 |
Color Harmonies of #557A60
Complementary color
Monochromatic Colors of #557A60
Black with #557A60
Text Example
Text Example
White with #557A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A60; }
p { color: rgb(85,122,96); }
H1.HeaderClassName
{
color: #557A60;
}
.AnyTagClassName
{
color: #557A60;
}
</style>
background-color css
<style>
a { background-color: #557A60; }
a { background-color: rgb(85,122,96); }
div.DivClassName
{
background-color: #557A60;
}
.BgClassName
{
background-color: #557A60;
}
</style>
border-color css
<style>
span { border-color: #557A60; }
span { border-color: rgb(85,122,96); }
td.TdClassName
{
border-color: #557A60;
}
.TagClassName
{
border-color: #557A60;
}
</style>