Shades of Como #55785C
Tints of Como #55785C
RGB
CMYK
RGB Variations
Color information
#55785C (or 0x55785C) is known color: Como. HEX triplet: 55, 78 and 5C. RGB value is (85,120,92). Sum of RGB (Red+Green+Blue) = 85+120+92=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #55785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55785C is #AA87A3. Grayscale: #6A6A6A. Windows color (decimal): -11175844 or 6060117. OLE color: 6060117.
HSL color Cylindrical-coordinate representation of color #55785C: hue angle of 132º 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 #55785C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 92 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.53 |
| HSL | 132º | 0.17% | 0.4% | - |
| HSV(B) | 132º | 0.29% | 0.47% | - |
| XYZ | 12.39 | 16.14 | 12.59 | - |
| YUV | 106.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 92 | 0.29 | 0 | 0.23 | 0.53 | 132 | 0.17 | 0.4 |
| Hex | 55 | 78 | 5C | 1D | 0 | 17 | 35 | 84 | 11 | 28 |
| Octal | 125 | 170 | 134 | 35 | 0 | 27 | 65 | 204 | 21 | 50 |
| Binary | 1010101 | 1111000 | 1011100 | 11101 | 0 | 10111 | 110101 | 10000100 | 10001 | 101000 |
Color Harmonies of #55785C
Complementary color
Monochromatic Colors of #55785C
Black with #55785C
Text Example
Text Example
White with #55785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55785C; }
p { color: rgb(85,120,92); }
H1.HeaderClassName
{
color: #55785C;
}
.AnyTagClassName
{
color: #55785C;
}
</style>
background-color css
<style>
a { background-color: #55785C; }
a { background-color: rgb(85,120,92); }
div.DivClassName
{
background-color: #55785C;
}
.BgClassName
{
background-color: #55785C;
}
</style>
border-color css
<style>
span { border-color: #55785C; }
span { border-color: rgb(85,120,92); }
td.TdClassName
{
border-color: #55785C;
}
.TagClassName
{
border-color: #55785C;
}
</style>