Shades of Como #55855D
Tints of Como #55855D
RGB
CMYK
RGB Variations
Color information
#55855D (or 0x55855D) is known color: Como. HEX triplet: 55, 85 and 5D. RGB value is (85,133,93). Sum of RGB (Red+Green+Blue) = 85+133+93=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #55855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55855D is #AA7AA2. Grayscale: #727272. Windows color (decimal): -11172515 or 6128981. OLE color: 6128981.
HSL color Cylindrical-coordinate representation of color #55855D: hue angle of 130º 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 #55855D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 93 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.48 |
| HSL | 130º | 0.22% | 0.43% | - |
| HSV(B) | 130º | 0.36% | 0.52% | - |
| XYZ | 14.11 | 19.5 | 13.38 | - |
| YUV | 114.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 93 | 0.36 | 0 | 0.30 | 0.48 | 130 | 0.22 | 0.43 |
| Hex | 55 | 85 | 5D | 24 | 0 | 1E | 30 | 82 | 16 | 2B |
| Octal | 125 | 205 | 135 | 44 | 0 | 36 | 60 | 202 | 26 | 53 |
| Binary | 1010101 | 10000101 | 1011101 | 100100 | 0 | 11110 | 110000 | 10000010 | 10110 | 101011 |
Color Harmonies of #55855D
Complementary color
Monochromatic Colors of #55855D
Black with #55855D
Text Example
Text Example
White with #55855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55855D; }
p { color: rgb(85,133,93); }
H1.HeaderClassName
{
color: #55855D;
}
.AnyTagClassName
{
color: #55855D;
}
</style>
background-color css
<style>
a { background-color: #55855D; }
a { background-color: rgb(85,133,93); }
div.DivClassName
{
background-color: #55855D;
}
.BgClassName
{
background-color: #55855D;
}
</style>
border-color css
<style>
span { border-color: #55855D; }
span { border-color: rgb(85,133,93); }
td.TdClassName
{
border-color: #55855D;
}
.TagClassName
{
border-color: #55855D;
}
</style>