Shades of Como #558969
Tints of Como #558969
RGB
CMYK
RGB Variations
Color information
#558969 (or 0x558969) is known color: Como. HEX triplet: 55, 89 and 69. RGB value is (85,137,105). Sum of RGB (Red+Green+Blue) = 85+137+105=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #558969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558969 is #AA7696. Grayscale: #757575. Windows color (decimal): -11171479 or 6916437. OLE color: 6916437.
HSL color Cylindrical-coordinate representation of color #558969: hue angle of 143.08º 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 #558969 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 105 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.46 |
| HSL | 143.08º | 0.23% | 0.44% | - |
| HSV(B) | 143.08º | 0.38% | 0.54% | - |
| XYZ | 15.24 | 20.84 | 16.58 | - |
| YUV | 117.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 105 | 0.38 | 0 | 0.23 | 0.46 | 143.08 | 0.23 | 0.44 |
| Hex | 55 | 89 | 69 | 26 | 0 | 17 | 2E | 8F | 17 | 2C |
| Octal | 125 | 211 | 151 | 46 | 0 | 27 | 56 | 217 | 27 | 54 |
| Binary | 1010101 | 10001001 | 1101001 | 100110 | 0 | 10111 | 101110 | 10001111 | 10111 | 101100 |
Color Harmonies of #558969
Complementary color
Monochromatic Colors of #558969
Black with #558969
Text Example
Text Example
White with #558969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558969; }
p { color: rgb(85,137,105); }
H1.HeaderClassName
{
color: #558969;
}
.AnyTagClassName
{
color: #558969;
}
</style>
background-color css
<style>
a { background-color: #558969; }
a { background-color: rgb(85,137,105); }
div.DivClassName
{
background-color: #558969;
}
.BgClassName
{
background-color: #558969;
}
</style>
border-color css
<style>
span { border-color: #558969; }
span { border-color: rgb(85,137,105); }
td.TdClassName
{
border-color: #558969;
}
.TagClassName
{
border-color: #558969;
}
</style>