Shades of Como #54855E
Tints of Como #54855E
RGB
CMYK
RGB Variations
Color information
#54855E (or 0x54855E) is known color: Como. HEX triplet: 54, 85 and 5E. RGB value is (84,133,94). Sum of RGB (Red+Green+Blue) = 84+133+94=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #54855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54855E is #AB7AA1. Grayscale: #727272. Windows color (decimal): -11238050 or 6194516. OLE color: 6194516.
HSL color Cylindrical-coordinate representation of color #54855E: hue angle of 132.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54855E is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 94 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.48 |
| HSL | 132.24º | 0.23% | 0.43% | - |
| HSV(B) | 132.24º | 0.37% | 0.52% | - |
| XYZ | 14.06 | 19.47 | 13.61 | - |
| YUV | 113.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 94 | 0.37 | 0 | 0.29 | 0.48 | 132.24 | 0.23 | 0.43 |
| Hex | 54 | 85 | 5E | 25 | 0 | 1D | 30 | 84 | 17 | 2B |
| Octal | 124 | 205 | 136 | 45 | 0 | 35 | 60 | 204 | 27 | 53 |
| Binary | 1010100 | 10000101 | 1011110 | 100101 | 0 | 11101 | 110000 | 10000100 | 10111 | 101011 |
Color Harmonies of #54855E
Complementary color
Monochromatic Colors of #54855E
Black with #54855E
Text Example
Text Example
White with #54855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54855E; }
p { color: rgb(84,133,94); }
H1.HeaderClassName
{
color: #54855E;
}
.AnyTagClassName
{
color: #54855E;
}
</style>
background-color css
<style>
a { background-color: #54855E; }
a { background-color: rgb(84,133,94); }
div.DivClassName
{
background-color: #54855E;
}
.BgClassName
{
background-color: #54855E;
}
</style>
border-color css
<style>
span { border-color: #54855E; }
span { border-color: rgb(84,133,94); }
td.TdClassName
{
border-color: #54855E;
}
.TagClassName
{
border-color: #54855E;
}
</style>