Shades of Como #55875F
Tints of Como #55875F
RGB
CMYK
RGB Variations
Color information
#55875F (or 0x55875F) is known color: Como. HEX triplet: 55, 87 and 5F. RGB value is (85,135,95). Sum of RGB (Red+Green+Blue) = 85+135+95=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #55875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55875F is #AA78A0. Grayscale: #737373. Windows color (decimal): -11172001 or 6260565. OLE color: 6260565.
HSL color Cylindrical-coordinate representation of color #55875F: hue angle of 132º 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 #55875F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 95 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.47 |
| HSL | 132º | 0.23% | 0.43% | - |
| HSV(B) | 132º | 0.37% | 0.53% | - |
| XYZ | 14.48 | 20.09 | 13.94 | - |
| YUV | 115.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 95 | 0.37 | 0 | 0.30 | 0.47 | 132 | 0.23 | 0.43 |
| Hex | 55 | 87 | 5F | 25 | 0 | 1E | 2F | 84 | 17 | 2B |
| Octal | 125 | 207 | 137 | 45 | 0 | 36 | 57 | 204 | 27 | 53 |
| Binary | 1010101 | 10000111 | 1011111 | 100101 | 0 | 11110 | 101111 | 10000100 | 10111 | 101011 |
Color Harmonies of #55875F
Complementary color
Monochromatic Colors of #55875F
Black with #55875F
Text Example
Text Example
White with #55875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55875F; }
p { color: rgb(85,135,95); }
H1.HeaderClassName
{
color: #55875F;
}
.AnyTagClassName
{
color: #55875F;
}
</style>
background-color css
<style>
a { background-color: #55875F; }
a { background-color: rgb(85,135,95); }
div.DivClassName
{
background-color: #55875F;
}
.BgClassName
{
background-color: #55875F;
}
</style>
border-color css
<style>
span { border-color: #55875F; }
span { border-color: rgb(85,135,95); }
td.TdClassName
{
border-color: #55875F;
}
.TagClassName
{
border-color: #55875F;
}
</style>