Shades of Como #557C60
Tints of Como #557C60
RGB
CMYK
RGB Variations
Color information
#557C60 (or 0x557C60) is known color: Como. HEX triplet: 55, 7C and 60. RGB value is (85,124,96). Sum of RGB (Red+Green+Blue) = 85+124+96=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #557C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C60 is #AA839F. Grayscale: #6D6D6D. Windows color (decimal): -11174816 or 6323285. OLE color: 6323285.
HSL color Cylindrical-coordinate representation of color #557C60: hue angle of 136.92º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C60 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 96 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.51 |
| HSL | 136.92º | 0.19% | 0.41% | - |
| HSV(B) | 136.92º | 0.31% | 0.49% | - |
| XYZ | 13.07 | 17.19 | 13.7 | - |
| YUV | 109.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 96 | 0.31 | 0 | 0.23 | 0.51 | 136.92 | 0.19 | 0.41 |
| Hex | 55 | 7C | 60 | 1F | 0 | 17 | 33 | 89 | 13 | 29 |
| Octal | 125 | 174 | 140 | 37 | 0 | 27 | 63 | 211 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1100000 | 11111 | 0 | 10111 | 110011 | 10001001 | 10011 | 101001 |
Color Harmonies of #557C60
Complementary color
Monochromatic Colors of #557C60
Black with #557C60
Text Example
Text Example
White with #557C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C60; }
p { color: rgb(85,124,96); }
H1.HeaderClassName
{
color: #557C60;
}
.AnyTagClassName
{
color: #557C60;
}
</style>
background-color css
<style>
a { background-color: #557C60; }
a { background-color: rgb(85,124,96); }
div.DivClassName
{
background-color: #557C60;
}
.BgClassName
{
background-color: #557C60;
}
</style>
border-color css
<style>
span { border-color: #557C60; }
span { border-color: rgb(85,124,96); }
td.TdClassName
{
border-color: #557C60;
}
.TagClassName
{
border-color: #557C60;
}
</style>