Shades of Como #558862
Tints of Como #558862
RGB
CMYK
RGB Variations
Color information
#558862 (or 0x558862) is known color: Como. HEX triplet: 55, 88 and 62. RGB value is (85,136,98). Sum of RGB (Red+Green+Blue) = 85+136+98=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #558862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558862 is #AA779D. Grayscale: #747474. Windows color (decimal): -11171742 or 6457429. OLE color: 6457429.
HSL color Cylindrical-coordinate representation of color #558862: hue angle of 135.29º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558862 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 98 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.47 |
| HSL | 135.29º | 0.23% | 0.43% | - |
| HSV(B) | 135.29º | 0.38% | 0.53% | - |
| XYZ | 14.76 | 20.42 | 14.72 | - |
| YUV | 116.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 98 | 0.38 | 0 | 0.28 | 0.47 | 135.29 | 0.23 | 0.43 |
| Hex | 55 | 88 | 62 | 26 | 0 | 1C | 2F | 87 | 17 | 2B |
| Octal | 125 | 210 | 142 | 46 | 0 | 34 | 57 | 207 | 27 | 53 |
| Binary | 1010101 | 10001000 | 1100010 | 100110 | 0 | 11100 | 101111 | 10000111 | 10111 | 101011 |
Color Harmonies of #558862
Complementary color
Monochromatic Colors of #558862
Black with #558862
Text Example
Text Example
White with #558862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558862; }
p { color: rgb(85,136,98); }
H1.HeaderClassName
{
color: #558862;
}
.AnyTagClassName
{
color: #558862;
}
</style>
background-color css
<style>
a { background-color: #558862; }
a { background-color: rgb(85,136,98); }
div.DivClassName
{
background-color: #558862;
}
.BgClassName
{
background-color: #558862;
}
</style>
border-color css
<style>
span { border-color: #558862; }
span { border-color: rgb(85,136,98); }
td.TdClassName
{
border-color: #558862;
}
.TagClassName
{
border-color: #558862;
}
</style>