Shades of Como #55785F
Tints of Como #55785F
RGB
CMYK
RGB Variations
Color information
#55785F (or 0x55785F) is known color: Como. HEX triplet: 55, 78 and 5F. RGB value is (85,120,95). Sum of RGB (Red+Green+Blue) = 85+120+95=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #55785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55785F is #AA87A0. Grayscale: #6A6A6A. Windows color (decimal): -11175841 or 6256725. OLE color: 6256725.
HSL color Cylindrical-coordinate representation of color #55785F: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55785F is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 95 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.53 |
| HSL | 137.14º | 0.17% | 0.4% | - |
| HSV(B) | 137.14º | 0.29% | 0.47% | - |
| XYZ | 12.53 | 16.19 | 13.29 | - |
| YUV | 106.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 95 | 0.29 | 0 | 0.21 | 0.53 | 137.14 | 0.17 | 0.4 |
| Hex | 55 | 78 | 5F | 1D | 0 | 15 | 35 | 89 | 11 | 28 |
| Octal | 125 | 170 | 137 | 35 | 0 | 25 | 65 | 211 | 21 | 50 |
| Binary | 1010101 | 1111000 | 1011111 | 11101 | 0 | 10101 | 110101 | 10001001 | 10001 | 101000 |
Color Harmonies of #55785F
Complementary color
Monochromatic Colors of #55785F
Black with #55785F
Text Example
Text Example
White with #55785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55785F; }
p { color: rgb(85,120,95); }
H1.HeaderClassName
{
color: #55785F;
}
.AnyTagClassName
{
color: #55785F;
}
</style>
background-color css
<style>
a { background-color: #55785F; }
a { background-color: rgb(85,120,95); }
div.DivClassName
{
background-color: #55785F;
}
.BgClassName
{
background-color: #55785F;
}
</style>
border-color css
<style>
span { border-color: #55785F; }
span { border-color: rgb(85,120,95); }
td.TdClassName
{
border-color: #55785F;
}
.TagClassName
{
border-color: #55785F;
}
</style>