Shades of Como #558164
Tints of Como #558164
RGB
CMYK
RGB Variations
Color information
#558164 (or 0x558164) is known color: Como. HEX triplet: 55, 81 and 64. RGB value is (85,129,100). Sum of RGB (Red+Green+Blue) = 85+129+100=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #558164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558164 is #AA7E9B. Grayscale: #707070. Windows color (decimal): -11173532 or 6586709. OLE color: 6586709.
HSL color Cylindrical-coordinate representation of color #558164: hue angle of 140.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558164 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 100 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.49 |
| HSL | 140.45º | 0.21% | 0.42% | - |
| HSV(B) | 140.45º | 0.34% | 0.51% | - |
| XYZ | 13.9 | 18.55 | 14.91 | - |
| YUV | 112.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 100 | 0.34 | 0 | 0.22 | 0.49 | 140.45 | 0.21 | 0.42 |
| Hex | 55 | 81 | 64 | 22 | 0 | 16 | 31 | 8C | 15 | 2A |
| Octal | 125 | 201 | 144 | 42 | 0 | 26 | 61 | 214 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1100100 | 100010 | 0 | 10110 | 110001 | 10001100 | 10101 | 101010 |
Color Harmonies of #558164
Complementary color
Monochromatic Colors of #558164
Black with #558164
Text Example
Text Example
White with #558164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558164; }
p { color: rgb(85,129,100); }
H1.HeaderClassName
{
color: #558164;
}
.AnyTagClassName
{
color: #558164;
}
</style>
background-color css
<style>
a { background-color: #558164; }
a { background-color: rgb(85,129,100); }
div.DivClassName
{
background-color: #558164;
}
.BgClassName
{
background-color: #558164;
}
</style>
border-color css
<style>
span { border-color: #558164; }
span { border-color: rgb(85,129,100); }
td.TdClassName
{
border-color: #558164;
}
.TagClassName
{
border-color: #558164;
}
</style>