Shades of Como #54865E
Tints of Como #54865E
RGB
CMYK
RGB Variations
Color information
#54865E (or 0x54865E) is known color: Como. HEX triplet: 54, 86 and 5E. RGB value is (84,134,94). Sum of RGB (Red+Green+Blue) = 84+134+94=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #54865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54865E is #AB79A1. Grayscale: #727272. Windows color (decimal): -11237794 or 6194772. OLE color: 6194772.
HSL color Cylindrical-coordinate representation of color #54865E: 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 #54865E is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 94 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.47 |
| HSL | 132º | 0.23% | 0.43% | - |
| HSV(B) | 132º | 0.37% | 0.53% | - |
| XYZ | 14.2 | 19.74 | 13.65 | - |
| YUV | 114.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 94 | 0.37 | 0 | 0.30 | 0.47 | 132 | 0.23 | 0.43 |
| Hex | 54 | 86 | 5E | 25 | 0 | 1E | 2F | 84 | 17 | 2B |
| Octal | 124 | 206 | 136 | 45 | 0 | 36 | 57 | 204 | 27 | 53 |
| Binary | 1010100 | 10000110 | 1011110 | 100101 | 0 | 11110 | 101111 | 10000100 | 10111 | 101011 |
Color Harmonies of #54865E
Complementary color
Monochromatic Colors of #54865E
Black with #54865E
Text Example
Text Example
White with #54865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54865E; }
p { color: rgb(84,134,94); }
H1.HeaderClassName
{
color: #54865E;
}
.AnyTagClassName
{
color: #54865E;
}
</style>
background-color css
<style>
a { background-color: #54865E; }
a { background-color: rgb(84,134,94); }
div.DivClassName
{
background-color: #54865E;
}
.BgClassName
{
background-color: #54865E;
}
</style>
border-color css
<style>
span { border-color: #54865E; }
span { border-color: rgb(84,134,94); }
td.TdClassName
{
border-color: #54865E;
}
.TagClassName
{
border-color: #54865E;
}
</style>