Shades of Como #55895E
Tints of Como #55895E
RGB
CMYK
RGB Variations
Color information
#55895E (or 0x55895E) is known color: Como. HEX triplet: 55, 89 and 5E. RGB value is (85,137,94). Sum of RGB (Red+Green+Blue) = 85+137+94=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #55895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55895E is #AA76A1. Grayscale: #747474. Windows color (decimal): -11171490 or 6195541. OLE color: 6195541.
HSL color Cylindrical-coordinate representation of color #55895E: hue angle of 130.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55895E is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 94 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.46 |
| HSL | 130.38º | 0.23% | 0.44% | - |
| HSV(B) | 130.38º | 0.38% | 0.54% | - |
| XYZ | 14.71 | 20.63 | 13.8 | - |
| YUV | 116.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 94 | 0.38 | 0 | 0.31 | 0.46 | 130.38 | 0.23 | 0.44 |
| Hex | 55 | 89 | 5E | 26 | 0 | 1F | 2E | 82 | 17 | 2C |
| Octal | 125 | 211 | 136 | 46 | 0 | 37 | 56 | 202 | 27 | 54 |
| Binary | 1010101 | 10001001 | 1011110 | 100110 | 0 | 11111 | 101110 | 10000010 | 10111 | 101100 |
Color Harmonies of #55895E
Complementary color
Monochromatic Colors of #55895E
Black with #55895E
Text Example
Text Example
White with #55895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55895E; }
p { color: rgb(85,137,94); }
H1.HeaderClassName
{
color: #55895E;
}
.AnyTagClassName
{
color: #55895E;
}
</style>
background-color css
<style>
a { background-color: #55895E; }
a { background-color: rgb(85,137,94); }
div.DivClassName
{
background-color: #55895E;
}
.BgClassName
{
background-color: #55895E;
}
</style>
border-color css
<style>
span { border-color: #55895E; }
span { border-color: rgb(85,137,94); }
td.TdClassName
{
border-color: #55895E;
}
.TagClassName
{
border-color: #55895E;
}
</style>