Shades of Como #557565
Tints of Como #557565
RGB
CMYK
RGB Variations
Color information
#557565 (or 0x557565) is known color: Como. HEX triplet: 55, 75 and 65. RGB value is (85,117,101). Sum of RGB (Red+Green+Blue) = 85+117+101=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #557565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557565 is #AA8A9A. Grayscale: #696969. Windows color (decimal): -11176603 or 6649173. OLE color: 6649173.
HSL color Cylindrical-coordinate representation of color #557565: hue angle of 150º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557565 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 101 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.54 |
| HSL | 150º | 0.16% | 0.4% | - |
| HSV(B) | 150º | 0.27% | 0.46% | - |
| XYZ | 12.46 | 15.59 | 14.67 | - |
| YUV | 105.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 101 | 0.27 | 0 | 0.14 | 0.54 | 150 | 0.16 | 0.4 |
| Hex | 55 | 75 | 65 | 1B | 0 | E | 36 | 96 | 10 | 28 |
| Octal | 125 | 165 | 145 | 33 | 0 | 16 | 66 | 226 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1100101 | 11011 | 0 | 1110 | 110110 | 10010110 | 10000 | 101000 |
Color Harmonies of #557565
Complementary color
Monochromatic Colors of #557565
Black with #557565
Text Example
Text Example
White with #557565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557565; }
p { color: rgb(85,117,101); }
H1.HeaderClassName
{
color: #557565;
}
.AnyTagClassName
{
color: #557565;
}
</style>
background-color css
<style>
a { background-color: #557565; }
a { background-color: rgb(85,117,101); }
div.DivClassName
{
background-color: #557565;
}
.BgClassName
{
background-color: #557565;
}
</style>
border-color css
<style>
span { border-color: #557565; }
span { border-color: rgb(85,117,101); }
td.TdClassName
{
border-color: #557565;
}
.TagClassName
{
border-color: #557565;
}
</style>