Shades of Como #558765
Tints of Como #558765
RGB
CMYK
RGB Variations
Color information
#558765 (or 0x558765) is known color: Como. HEX triplet: 55, 87 and 65. RGB value is (85,135,101). Sum of RGB (Red+Green+Blue) = 85+135+101=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #558765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558765 is #AA789A. Grayscale: #747474. Windows color (decimal): -11171995 or 6653781. OLE color: 6653781.
HSL color Cylindrical-coordinate representation of color #558765: hue angle of 139.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558765 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 101 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.47 |
| HSL | 139.2º | 0.23% | 0.43% | - |
| HSV(B) | 139.2º | 0.37% | 0.53% | - |
| XYZ | 14.76 | 20.2 | 15.43 | - |
| YUV | 116.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 101 | 0.37 | 0 | 0.25 | 0.47 | 139.2 | 0.23 | 0.43 |
| Hex | 55 | 87 | 65 | 25 | 0 | 19 | 2F | 8B | 17 | 2B |
| Octal | 125 | 207 | 145 | 45 | 0 | 31 | 57 | 213 | 27 | 53 |
| Binary | 1010101 | 10000111 | 1100101 | 100101 | 0 | 11001 | 101111 | 10001011 | 10111 | 101011 |
Color Harmonies of #558765
Complementary color
Monochromatic Colors of #558765
Black with #558765
Text Example
Text Example
White with #558765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558765; }
p { color: rgb(85,135,101); }
H1.HeaderClassName
{
color: #558765;
}
.AnyTagClassName
{
color: #558765;
}
</style>
background-color css
<style>
a { background-color: #558765; }
a { background-color: rgb(85,135,101); }
div.DivClassName
{
background-color: #558765;
}
.BgClassName
{
background-color: #558765;
}
</style>
border-color css
<style>
span { border-color: #558765; }
span { border-color: rgb(85,135,101); }
td.TdClassName
{
border-color: #558765;
}
.TagClassName
{
border-color: #558765;
}
</style>