Shades of Como #557E62
Tints of Como #557E62
RGB
CMYK
RGB Variations
Color information
#557E62 (or 0x557E62) is known color: Como. HEX triplet: 55, 7E and 62. RGB value is (85,126,98). Sum of RGB (Red+Green+Blue) = 85+126+98=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 126 - color contains mainly: green. Hex color #557E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E62 is #AA819D. Grayscale: #6E6E6E. Windows color (decimal): -11174302 or 6454869. OLE color: 6454869.
HSL color Cylindrical-coordinate representation of color #557E62: hue angle of 139.02º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557E62 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 98 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.51 |
| HSL | 139.02º | 0.19% | 0.41% | - |
| HSV(B) | 139.02º | 0.33% | 0.49% | - |
| XYZ | 13.41 | 17.73 | 14.27 | - |
| YUV | 110.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 98 | 0.33 | 0 | 0.22 | 0.51 | 139.02 | 0.19 | 0.41 |
| Hex | 55 | 7E | 62 | 21 | 0 | 16 | 33 | 8B | 13 | 29 |
| Octal | 125 | 176 | 142 | 41 | 0 | 26 | 63 | 213 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1100010 | 100001 | 0 | 10110 | 110011 | 10001011 | 10011 | 101001 |
Color Harmonies of #557E62
Complementary color
Monochromatic Colors of #557E62
Black with #557E62
Text Example
Text Example
White with #557E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E62; }
p { color: rgb(85,126,98); }
H1.HeaderClassName
{
color: #557E62;
}
.AnyTagClassName
{
color: #557E62;
}
</style>
background-color css
<style>
a { background-color: #557E62; }
a { background-color: rgb(85,126,98); }
div.DivClassName
{
background-color: #557E62;
}
.BgClassName
{
background-color: #557E62;
}
</style>
border-color css
<style>
span { border-color: #557E62; }
span { border-color: rgb(85,126,98); }
td.TdClassName
{
border-color: #557E62;
}
.TagClassName
{
border-color: #557E62;
}
</style>