Shades of Como #558963
Tints of Como #558963
RGB
CMYK
RGB Variations
Color information
#558963 (or 0x558963) is known color: Como. HEX triplet: 55, 89 and 63. RGB value is (85,137,99). Sum of RGB (Red+Green+Blue) = 85+137+99=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #558963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558963 is #AA769C. Grayscale: #757575. Windows color (decimal): -11171485 or 6523221. OLE color: 6523221.
HSL color Cylindrical-coordinate representation of color #558963: hue angle of 136.15º 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 #558963 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 99 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.46 |
| HSL | 136.15º | 0.23% | 0.44% | - |
| HSV(B) | 136.15º | 0.38% | 0.54% | - |
| XYZ | 14.94 | 20.72 | 15.02 | - |
| YUV | 117.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 99 | 0.38 | 0 | 0.28 | 0.46 | 136.15 | 0.23 | 0.44 |
| Hex | 55 | 89 | 63 | 26 | 0 | 1C | 2E | 88 | 17 | 2C |
| Octal | 125 | 211 | 143 | 46 | 0 | 34 | 56 | 210 | 27 | 54 |
| Binary | 1010101 | 10001001 | 1100011 | 100110 | 0 | 11100 | 101110 | 10001000 | 10111 | 101100 |
Color Harmonies of #558963
Complementary color
Monochromatic Colors of #558963
Black with #558963
Text Example
Text Example
White with #558963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558963; }
p { color: rgb(85,137,99); }
H1.HeaderClassName
{
color: #558963;
}
.AnyTagClassName
{
color: #558963;
}
</style>
background-color css
<style>
a { background-color: #558963; }
a { background-color: rgb(85,137,99); }
div.DivClassName
{
background-color: #558963;
}
.BgClassName
{
background-color: #558963;
}
</style>
border-color css
<style>
span { border-color: #558963; }
span { border-color: rgb(85,137,99); }
td.TdClassName
{
border-color: #558963;
}
.TagClassName
{
border-color: #558963;
}
</style>