Shades of Como #54885F
Tints of Como #54885F
RGB
CMYK
RGB Variations
Color information
#54885F (or 0x54885F) is known color: Como. HEX triplet: 54, 88 and 5F. RGB value is (84,136,95). Sum of RGB (Red+Green+Blue) = 84+136+95=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #54885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54885F is #AB77A0. Grayscale: #737373. Windows color (decimal): -11237281 or 6260820. OLE color: 6260820.
HSL color Cylindrical-coordinate representation of color #54885F: hue angle of 132.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54885F is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 136 | 95 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.47 |
| HSL | 132.69º | 0.24% | 0.43% | - |
| HSV(B) | 132.69º | 0.38% | 0.53% | - |
| XYZ | 14.53 | 20.32 | 13.98 | - |
| YUV | 115.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 95 | 0.38 | 0 | 0.30 | 0.47 | 132.69 | 0.24 | 0.43 |
| Hex | 54 | 88 | 5F | 26 | 0 | 1E | 2F | 85 | 18 | 2B |
| Octal | 124 | 210 | 137 | 46 | 0 | 36 | 57 | 205 | 30 | 53 |
| Binary | 1010100 | 10001000 | 1011111 | 100110 | 0 | 11110 | 101111 | 10000101 | 11000 | 101011 |
Color Harmonies of #54885F
Complementary color
Monochromatic Colors of #54885F
Black with #54885F
Text Example
Text Example
White with #54885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54885F; }
p { color: rgb(84,136,95); }
H1.HeaderClassName
{
color: #54885F;
}
.AnyTagClassName
{
color: #54885F;
}
</style>
background-color css
<style>
a { background-color: #54885F; }
a { background-color: rgb(84,136,95); }
div.DivClassName
{
background-color: #54885F;
}
.BgClassName
{
background-color: #54885F;
}
</style>
border-color css
<style>
span { border-color: #54885F; }
span { border-color: rgb(84,136,95); }
td.TdClassName
{
border-color: #54885F;
}
.TagClassName
{
border-color: #54885F;
}
</style>