Shades of Como #557E64
Tints of Como #557E64
RGB
CMYK
RGB Variations
Color information
#557E64 (or 0x557E64) is known color: Como. HEX triplet: 55, 7E and 64. RGB value is (85,126,100). Sum of RGB (Red+Green+Blue) = 85+126+100=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 126 - color contains mainly: green. Hex color #557E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E64 is #AA819B. Grayscale: #6E6E6E. Windows color (decimal): -11174300 or 6585941. OLE color: 6585941.
HSL color Cylindrical-coordinate representation of color #557E64: hue angle of 141.95º 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 #557E64 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 100 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.51 |
| HSL | 141.95º | 0.19% | 0.41% | - |
| HSV(B) | 141.95º | 0.33% | 0.49% | - |
| XYZ | 13.51 | 17.77 | 14.78 | - |
| YUV | 110.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 100 | 0.33 | 0 | 0.21 | 0.51 | 141.95 | 0.19 | 0.41 |
| Hex | 55 | 7E | 64 | 21 | 0 | 15 | 33 | 8E | 13 | 29 |
| Octal | 125 | 176 | 144 | 41 | 0 | 25 | 63 | 216 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1100100 | 100001 | 0 | 10101 | 110011 | 10001110 | 10011 | 101001 |
Color Harmonies of #557E64
Complementary color
Monochromatic Colors of #557E64
Black with #557E64
Text Example
Text Example
White with #557E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E64; }
p { color: rgb(85,126,100); }
H1.HeaderClassName
{
color: #557E64;
}
.AnyTagClassName
{
color: #557E64;
}
</style>
background-color css
<style>
a { background-color: #557E64; }
a { background-color: rgb(85,126,100); }
div.DivClassName
{
background-color: #557E64;
}
.BgClassName
{
background-color: #557E64;
}
</style>
border-color css
<style>
span { border-color: #557E64; }
span { border-color: rgb(85,126,100); }
td.TdClassName
{
border-color: #557E64;
}
.TagClassName
{
border-color: #557E64;
}
</style>