Shades of Como #558868
Tints of Como #558868
RGB
CMYK
RGB Variations
Color information
#558868 (or 0x558868) is known color: Como. HEX triplet: 55, 88 and 68. RGB value is (85,136,104). Sum of RGB (Red+Green+Blue) = 85+136+104=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #558868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558868 is #AA7797. Grayscale: #757575. Windows color (decimal): -11171736 or 6850645. OLE color: 6850645.
HSL color Cylindrical-coordinate representation of color #558868: hue angle of 142.35º 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 #558868 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 104 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.47 |
| HSL | 142.35º | 0.23% | 0.43% | - |
| HSV(B) | 142.35º | 0.38% | 0.53% | - |
| XYZ | 15.05 | 20.54 | 16.27 | - |
| YUV | 117.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 104 | 0.38 | 0 | 0.24 | 0.47 | 142.35 | 0.23 | 0.43 |
| Hex | 55 | 88 | 68 | 26 | 0 | 18 | 2F | 8E | 17 | 2B |
| Octal | 125 | 210 | 150 | 46 | 0 | 30 | 57 | 216 | 27 | 53 |
| Binary | 1010101 | 10001000 | 1101000 | 100110 | 0 | 11000 | 101111 | 10001110 | 10111 | 101011 |
Color Harmonies of #558868
Complementary color
Monochromatic Colors of #558868
Black with #558868
Text Example
Text Example
White with #558868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558868; }
p { color: rgb(85,136,104); }
H1.HeaderClassName
{
color: #558868;
}
.AnyTagClassName
{
color: #558868;
}
</style>
background-color css
<style>
a { background-color: #558868; }
a { background-color: rgb(85,136,104); }
div.DivClassName
{
background-color: #558868;
}
.BgClassName
{
background-color: #558868;
}
</style>
border-color css
<style>
span { border-color: #558868; }
span { border-color: rgb(85,136,104); }
td.TdClassName
{
border-color: #558868;
}
.TagClassName
{
border-color: #558868;
}
</style>