Shades of Como #557C65
Tints of Como #557C65
RGB
CMYK
RGB Variations
Color information
#557C65 (or 0x557C65) is known color: Como. HEX triplet: 55, 7C and 65. RGB value is (85,124,101). Sum of RGB (Red+Green+Blue) = 85+124+101=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #557C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C65 is #AA839A. Grayscale: #6D6D6D. Windows color (decimal): -11174811 or 6650965. OLE color: 6650965.
HSL color Cylindrical-coordinate representation of color #557C65: hue angle of 144.62º 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 #557C65 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 101 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.51 |
| HSL | 144.62º | 0.19% | 0.41% | - |
| HSV(B) | 144.62º | 0.31% | 0.49% | - |
| XYZ | 13.3 | 17.29 | 14.95 | - |
| YUV | 109.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 101 | 0.31 | 0 | 0.19 | 0.51 | 144.62 | 0.19 | 0.41 |
| Hex | 55 | 7C | 65 | 1F | 0 | 13 | 33 | 91 | 13 | 29 |
| Octal | 125 | 174 | 145 | 37 | 0 | 23 | 63 | 221 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1100101 | 11111 | 0 | 10011 | 110011 | 10010001 | 10011 | 101001 |
Color Harmonies of #557C65
Complementary color
Monochromatic Colors of #557C65
Black with #557C65
Text Example
Text Example
White with #557C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C65; }
p { color: rgb(85,124,101); }
H1.HeaderClassName
{
color: #557C65;
}
.AnyTagClassName
{
color: #557C65;
}
</style>
background-color css
<style>
a { background-color: #557C65; }
a { background-color: rgb(85,124,101); }
div.DivClassName
{
background-color: #557C65;
}
.BgClassName
{
background-color: #557C65;
}
</style>
border-color css
<style>
span { border-color: #557C65; }
span { border-color: rgb(85,124,101); }
td.TdClassName
{
border-color: #557C65;
}
.TagClassName
{
border-color: #557C65;
}
</style>