Shades of Como #54865F
Tints of Como #54865F
RGB
CMYK
RGB Variations
Color information
#54865F (or 0x54865F) is known color: Como. HEX triplet: 54, 86 and 5F. RGB value is (84,134,95). Sum of RGB (Red+Green+Blue) = 84+134+95=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #54865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54865F is #AB79A0. Grayscale: #727272. Windows color (decimal): -11237793 or 6260308. OLE color: 6260308.
HSL color Cylindrical-coordinate representation of color #54865F: hue angle of 133.2º 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 #54865F is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 95 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.47 |
| HSL | 133.2º | 0.23% | 0.43% | - |
| HSV(B) | 133.2º | 0.37% | 0.53% | - |
| XYZ | 14.25 | 19.76 | 13.89 | - |
| YUV | 114.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 95 | 0.37 | 0 | 0.29 | 0.47 | 133.2 | 0.23 | 0.43 |
| Hex | 54 | 86 | 5F | 25 | 0 | 1D | 2F | 85 | 17 | 2B |
| Octal | 124 | 206 | 137 | 45 | 0 | 35 | 57 | 205 | 27 | 53 |
| Binary | 1010100 | 10000110 | 1011111 | 100101 | 0 | 11101 | 101111 | 10000101 | 10111 | 101011 |
Color Harmonies of #54865F
Complementary color
Monochromatic Colors of #54865F
Black with #54865F
Text Example
Text Example
White with #54865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54865F; }
p { color: rgb(84,134,95); }
H1.HeaderClassName
{
color: #54865F;
}
.AnyTagClassName
{
color: #54865F;
}
</style>
background-color css
<style>
a { background-color: #54865F; }
a { background-color: rgb(84,134,95); }
div.DivClassName
{
background-color: #54865F;
}
.BgClassName
{
background-color: #54865F;
}
</style>
border-color css
<style>
span { border-color: #54865F; }
span { border-color: rgb(84,134,95); }
td.TdClassName
{
border-color: #54865F;
}
.TagClassName
{
border-color: #54865F;
}
</style>