Shades of Como #54785E
Tints of Como #54785E
RGB
CMYK
RGB Variations
Color information
#54785E (or 0x54785E) is known color: Como. HEX triplet: 54, 78 and 5E. RGB value is (84,120,94). Sum of RGB (Red+Green+Blue) = 84+120+94=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #54785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54785E is #AB87A1. Grayscale: #6A6A6A. Windows color (decimal): -11241378 or 6191188. OLE color: 6191188.
HSL color Cylindrical-coordinate representation of color #54785E: hue angle of 136.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54785E is Cyan = 0.3, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 120 | 94 | - |
| CMYK | 0.3 | 0 | 0.22 | 0.53 |
| HSL | 136.67º | 0.18% | 0.4% | - |
| HSV(B) | 136.67º | 0.3% | 0.47% | - |
| XYZ | 12.39 | 16.13 | 13.05 | - |
| YUV | 106.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 94 | 0.3 | 0 | 0.22 | 0.53 | 136.67 | 0.18 | 0.4 |
| Hex | 54 | 78 | 5E | 1E | 0 | 16 | 35 | 89 | 12 | 28 |
| Octal | 124 | 170 | 136 | 36 | 0 | 26 | 65 | 211 | 22 | 50 |
| Binary | 1010100 | 1111000 | 1011110 | 11110 | 0 | 10110 | 110101 | 10001001 | 10010 | 101000 |
Color Harmonies of #54785E
Complementary color
Monochromatic Colors of #54785E
Black with #54785E
Text Example
Text Example
White with #54785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54785E; }
p { color: rgb(84,120,94); }
H1.HeaderClassName
{
color: #54785E;
}
.AnyTagClassName
{
color: #54785E;
}
</style>
background-color css
<style>
a { background-color: #54785E; }
a { background-color: rgb(84,120,94); }
div.DivClassName
{
background-color: #54785E;
}
.BgClassName
{
background-color: #54785E;
}
</style>
border-color css
<style>
span { border-color: #54785E; }
span { border-color: rgb(84,120,94); }
td.TdClassName
{
border-color: #54785E;
}
.TagClassName
{
border-color: #54785E;
}
</style>