Shades of Como #55855F
Tints of Como #55855F
RGB
CMYK
RGB Variations
Color information
#55855F (or 0x55855F) is known color: Como. HEX triplet: 55, 85 and 5F. RGB value is (85,133,95). Sum of RGB (Red+Green+Blue) = 85+133+95=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #55855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55855F is #AA7AA0. Grayscale: #727272. Windows color (decimal): -11172513 or 6260053. OLE color: 6260053.
HSL color Cylindrical-coordinate representation of color #55855F: hue angle of 132.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55855F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 95 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.48 |
| HSL | 132.5º | 0.22% | 0.43% | - |
| HSV(B) | 132.5º | 0.36% | 0.52% | - |
| XYZ | 14.2 | 19.53 | 13.85 | - |
| YUV | 114.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 95 | 0.36 | 0 | 0.29 | 0.48 | 132.5 | 0.22 | 0.43 |
| Hex | 55 | 85 | 5F | 24 | 0 | 1D | 30 | 84 | 16 | 2B |
| Octal | 125 | 205 | 137 | 44 | 0 | 35 | 60 | 204 | 26 | 53 |
| Binary | 1010101 | 10000101 | 1011111 | 100100 | 0 | 11101 | 110000 | 10000100 | 10110 | 101011 |
Color Harmonies of #55855F
Complementary color
Monochromatic Colors of #55855F
Black with #55855F
Text Example
Text Example
White with #55855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55855F; }
p { color: rgb(85,133,95); }
H1.HeaderClassName
{
color: #55855F;
}
.AnyTagClassName
{
color: #55855F;
}
</style>
background-color css
<style>
a { background-color: #55855F; }
a { background-color: rgb(85,133,95); }
div.DivClassName
{
background-color: #55855F;
}
.BgClassName
{
background-color: #55855F;
}
</style>
border-color css
<style>
span { border-color: #55855F; }
span { border-color: rgb(85,133,95); }
td.TdClassName
{
border-color: #55855F;
}
.TagClassName
{
border-color: #55855F;
}
</style>