Shades of Como #557C5E
Tints of Como #557C5E
RGB
CMYK
RGB Variations
Color information
#557C5E (or 0x557C5E) is known color: Como. HEX triplet: 55, 7C and 5E. RGB value is (85,124,94). Sum of RGB (Red+Green+Blue) = 85+124+94=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #557C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C5E is #AA83A1. Grayscale: #6D6D6D. Windows color (decimal): -11174818 or 6192213. OLE color: 6192213.
HSL color Cylindrical-coordinate representation of color #557C5E: hue angle of 133.85º 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 #557C5E is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 94 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.51 |
| HSL | 133.85º | 0.19% | 0.41% | - |
| HSV(B) | 133.85º | 0.31% | 0.49% | - |
| XYZ | 12.97 | 17.15 | 13.22 | - |
| YUV | 108.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 94 | 0.31 | 0 | 0.24 | 0.51 | 133.85 | 0.19 | 0.41 |
| Hex | 55 | 7C | 5E | 1F | 0 | 18 | 33 | 86 | 13 | 29 |
| Octal | 125 | 174 | 136 | 37 | 0 | 30 | 63 | 206 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1011110 | 11111 | 0 | 11000 | 110011 | 10000110 | 10011 | 101001 |
Color Harmonies of #557C5E
Complementary color
Monochromatic Colors of #557C5E
Black with #557C5E
Text Example
Text Example
White with #557C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C5E; }
p { color: rgb(85,124,94); }
H1.HeaderClassName
{
color: #557C5E;
}
.AnyTagClassName
{
color: #557C5E;
}
</style>
background-color css
<style>
a { background-color: #557C5E; }
a { background-color: rgb(85,124,94); }
div.DivClassName
{
background-color: #557C5E;
}
.BgClassName
{
background-color: #557C5E;
}
</style>
border-color css
<style>
span { border-color: #557C5E; }
span { border-color: rgb(85,124,94); }
td.TdClassName
{
border-color: #557C5E;
}
.TagClassName
{
border-color: #557C5E;
}
</style>