Shades of Como #558F69
Tints of Como #558F69
RGB
CMYK
RGB Variations
Color information
#558F69 (or 0x558F69) is known color: Como. HEX triplet: 55, 8F and 69. RGB value is (85,143,105). Sum of RGB (Red+Green+Blue) = 85+143+105=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #558F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F69 is #AA7096. Grayscale: #797979. Windows color (decimal): -11169943 or 6917973. OLE color: 6917973.
HSL color Cylindrical-coordinate representation of color #558F69: hue angle of 140.69º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558F69 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 143 | 105 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.44 |
| HSL | 140.69º | 0.25% | 0.45% | - |
| HSV(B) | 140.69º | 0.41% | 0.56% | - |
| XYZ | 16.12 | 22.6 | 16.88 | - |
| YUV | 121.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 105 | 0.41 | 0 | 0.27 | 0.44 | 140.69 | 0.25 | 0.45 |
| Hex | 55 | 8F | 69 | 29 | 0 | 1B | 2C | 8D | 19 | 2D |
| Octal | 125 | 217 | 151 | 51 | 0 | 33 | 54 | 215 | 31 | 55 |
| Binary | 1010101 | 10001111 | 1101001 | 101001 | 0 | 11011 | 101100 | 10001101 | 11001 | 101101 |
Color Harmonies of #558F69
Complementary color
Monochromatic Colors of #558F69
Black with #558F69
Text Example
Text Example
White with #558F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F69; }
p { color: rgb(85,143,105); }
H1.HeaderClassName
{
color: #558F69;
}
.AnyTagClassName
{
color: #558F69;
}
</style>
background-color css
<style>
a { background-color: #558F69; }
a { background-color: rgb(85,143,105); }
div.DivClassName
{
background-color: #558F69;
}
.BgClassName
{
background-color: #558F69;
}
</style>
border-color css
<style>
span { border-color: #558F69; }
span { border-color: rgb(85,143,105); }
td.TdClassName
{
border-color: #558F69;
}
.TagClassName
{
border-color: #558F69;
}
</style>