Shades of Como #55795E
Tints of Como #55795E
RGB
CMYK
RGB Variations
Color information
#55795E (or 0x55795E) is known color: Como. HEX triplet: 55, 79 and 5E. RGB value is (85,121,94). Sum of RGB (Red+Green+Blue) = 85+121+94=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #55795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55795E is #AA86A1. Grayscale: #6B6B6B. Windows color (decimal): -11175586 or 6191445. OLE color: 6191445.
HSL color Cylindrical-coordinate representation of color #55795E: hue angle of 135º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55795E is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 121 | 94 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.53 |
| HSL | 135º | 0.17% | 0.4% | - |
| HSV(B) | 135º | 0.3% | 0.47% | - |
| XYZ | 12.6 | 16.41 | 13.09 | - |
| YUV | 107.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 94 | 0.30 | 0 | 0.22 | 0.53 | 135 | 0.17 | 0.4 |
| Hex | 55 | 79 | 5E | 1E | 0 | 16 | 35 | 87 | 11 | 28 |
| Octal | 125 | 171 | 136 | 36 | 0 | 26 | 65 | 207 | 21 | 50 |
| Binary | 1010101 | 1111001 | 1011110 | 11110 | 0 | 10110 | 110101 | 10000111 | 10001 | 101000 |
Color Harmonies of #55795E
Complementary color
Monochromatic Colors of #55795E
Black with #55795E
Text Example
Text Example
White with #55795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55795E; }
p { color: rgb(85,121,94); }
H1.HeaderClassName
{
color: #55795E;
}
.AnyTagClassName
{
color: #55795E;
}
</style>
background-color css
<style>
a { background-color: #55795E; }
a { background-color: rgb(85,121,94); }
div.DivClassName
{
background-color: #55795E;
}
.BgClassName
{
background-color: #55795E;
}
</style>
border-color css
<style>
span { border-color: #55795E; }
span { border-color: rgb(85,121,94); }
td.TdClassName
{
border-color: #55795E;
}
.TagClassName
{
border-color: #55795E;
}
</style>