Shades of Como #557B61
Tints of Como #557B61
RGB
CMYK
RGB Variations
Color information
#557B61 (or 0x557B61) is known color: Como. HEX triplet: 55, 7B and 61. RGB value is (85,123,97). Sum of RGB (Red+Green+Blue) = 85+123+97=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #557B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B61 is #AA849E. Grayscale: #6C6C6C. Windows color (decimal): -11175071 or 6388565. OLE color: 6388565.
HSL color Cylindrical-coordinate representation of color #557B61: hue angle of 138.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B61 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 97 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.52 |
| HSL | 138.95º | 0.18% | 0.41% | - |
| HSV(B) | 138.95º | 0.31% | 0.48% | - |
| XYZ | 12.99 | 16.96 | 13.9 | - |
| YUV | 108.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 97 | 0.31 | 0 | 0.21 | 0.52 | 138.95 | 0.18 | 0.41 |
| Hex | 55 | 7B | 61 | 1F | 0 | 15 | 34 | 8B | 12 | 29 |
| Octal | 125 | 173 | 141 | 37 | 0 | 25 | 64 | 213 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1100001 | 11111 | 0 | 10101 | 110100 | 10001011 | 10010 | 101001 |
Color Harmonies of #557B61
Complementary color
Monochromatic Colors of #557B61
Black with #557B61
Text Example
Text Example
White with #557B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B61; }
p { color: rgb(85,123,97); }
H1.HeaderClassName
{
color: #557B61;
}
.AnyTagClassName
{
color: #557B61;
}
</style>
background-color css
<style>
a { background-color: #557B61; }
a { background-color: rgb(85,123,97); }
div.DivClassName
{
background-color: #557B61;
}
.BgClassName
{
background-color: #557B61;
}
</style>
border-color css
<style>
span { border-color: #557B61; }
span { border-color: rgb(85,123,97); }
td.TdClassName
{
border-color: #557B61;
}
.TagClassName
{
border-color: #557B61;
}
</style>