Shades of Como #54845C
Tints of Como #54845C
RGB
CMYK
RGB Variations
Color information
#54845C (or 0x54845C) is known color: Como. HEX triplet: 54, 84 and 5C. RGB value is (84,132,92). Sum of RGB (Red+Green+Blue) = 84+132+92=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #54845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54845C is #AB7BA3. Grayscale: #717171. Windows color (decimal): -11238308 or 6063188. OLE color: 6063188.
HSL color Cylindrical-coordinate representation of color #54845C: hue angle of 130º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54845C is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 132 | 92 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.48 |
| HSL | 130º | 0.22% | 0.42% | - |
| HSV(B) | 130º | 0.36% | 0.52% | - |
| XYZ | 13.84 | 19.16 | 13.09 | - |
| YUV | 113.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 92 | 0.36 | 0 | 0.30 | 0.48 | 130 | 0.22 | 0.42 |
| Hex | 54 | 84 | 5C | 24 | 0 | 1E | 30 | 82 | 16 | 2A |
| Octal | 124 | 204 | 134 | 44 | 0 | 36 | 60 | 202 | 26 | 52 |
| Binary | 1010100 | 10000100 | 1011100 | 100100 | 0 | 11110 | 110000 | 10000010 | 10110 | 101010 |
Color Harmonies of #54845C
Complementary color
Monochromatic Colors of #54845C
Black with #54845C
Text Example
Text Example
White with #54845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54845C; }
p { color: rgb(84,132,92); }
H1.HeaderClassName
{
color: #54845C;
}
.AnyTagClassName
{
color: #54845C;
}
</style>
background-color css
<style>
a { background-color: #54845C; }
a { background-color: rgb(84,132,92); }
div.DivClassName
{
background-color: #54845C;
}
.BgClassName
{
background-color: #54845C;
}
</style>
border-color css
<style>
span { border-color: #54845C; }
span { border-color: rgb(84,132,92); }
td.TdClassName
{
border-color: #54845C;
}
.TagClassName
{
border-color: #54845C;
}
</style>