Shades of Como #557A66
Tints of Como #557A66
RGB
CMYK
RGB Variations
Color information
#557A66 (or 0x557A66) is known color: Como. HEX triplet: 55, 7A and 66. RGB value is (85,122,102). Sum of RGB (Red+Green+Blue) = 85+122+102=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #557A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A66 is #AA8599. Grayscale: #6C6C6C. Windows color (decimal): -11175322 or 6715989. OLE color: 6715989.
HSL color Cylindrical-coordinate representation of color #557A66: hue angle of 147.57º 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 #557A66 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 102 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.52 |
| HSL | 147.57º | 0.18% | 0.41% | - |
| HSV(B) | 147.57º | 0.3% | 0.48% | - |
| XYZ | 13.1 | 16.81 | 15.12 | - |
| YUV | 108.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 102 | 0.30 | 0 | 0.16 | 0.52 | 147.57 | 0.18 | 0.41 |
| Hex | 55 | 7A | 66 | 1E | 0 | 10 | 34 | 94 | 12 | 29 |
| Octal | 125 | 172 | 146 | 36 | 0 | 20 | 64 | 224 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1100110 | 11110 | 0 | 10000 | 110100 | 10010100 | 10010 | 101001 |
Color Harmonies of #557A66
Complementary color
Monochromatic Colors of #557A66
Black with #557A66
Text Example
Text Example
White with #557A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A66; }
p { color: rgb(85,122,102); }
H1.HeaderClassName
{
color: #557A66;
}
.AnyTagClassName
{
color: #557A66;
}
</style>
background-color css
<style>
a { background-color: #557A66; }
a { background-color: rgb(85,122,102); }
div.DivClassName
{
background-color: #557A66;
}
.BgClassName
{
background-color: #557A66;
}
</style>
border-color css
<style>
span { border-color: #557A66; }
span { border-color: rgb(85,122,102); }
td.TdClassName
{
border-color: #557A66;
}
.TagClassName
{
border-color: #557A66;
}
</style>