Shades of Como #55845D
Tints of Como #55845D
RGB
CMYK
RGB Variations
Color information
#55845D (or 0x55845D) is known color: Como. HEX triplet: 55, 84 and 5D. RGB value is (85,132,93). Sum of RGB (Red+Green+Blue) = 85+132+93=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #55845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55845D is #AA7BA2. Grayscale: #717171. Windows color (decimal): -11172771 or 6128725. OLE color: 6128725.
HSL color Cylindrical-coordinate representation of color #55845D: hue angle of 130.21º 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 #55845D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 93 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.48 |
| HSL | 130.21º | 0.22% | 0.43% | - |
| HSV(B) | 130.21º | 0.36% | 0.52% | - |
| XYZ | 13.97 | 19.22 | 13.33 | - |
| YUV | 113.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 93 | 0.36 | 0 | 0.30 | 0.48 | 130.21 | 0.22 | 0.43 |
| Hex | 55 | 84 | 5D | 24 | 0 | 1E | 30 | 82 | 16 | 2B |
| Octal | 125 | 204 | 135 | 44 | 0 | 36 | 60 | 202 | 26 | 53 |
| Binary | 1010101 | 10000100 | 1011101 | 100100 | 0 | 11110 | 110000 | 10000010 | 10110 | 101011 |
Color Harmonies of #55845D
Complementary color
Monochromatic Colors of #55845D
Black with #55845D
Text Example
Text Example
White with #55845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55845D; }
p { color: rgb(85,132,93); }
H1.HeaderClassName
{
color: #55845D;
}
.AnyTagClassName
{
color: #55845D;
}
</style>
background-color css
<style>
a { background-color: #55845D; }
a { background-color: rgb(85,132,93); }
div.DivClassName
{
background-color: #55845D;
}
.BgClassName
{
background-color: #55845D;
}
</style>
border-color css
<style>
span { border-color: #55845D; }
span { border-color: rgb(85,132,93); }
td.TdClassName
{
border-color: #55845D;
}
.TagClassName
{
border-color: #55845D;
}
</style>