Shades of Como #54855D
Tints of Como #54855D
RGB
CMYK
RGB Variations
Color information
#54855D (or 0x54855D) is known color: Como. HEX triplet: 54, 85 and 5D. RGB value is (84,133,93). Sum of RGB (Red+Green+Blue) = 84+133+93=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #54855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54855D is #AB7AA2. Grayscale: #717171. Windows color (decimal): -11238051 or 6128980. OLE color: 6128980.
HSL color Cylindrical-coordinate representation of color #54855D: hue angle of 131.02º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54855D is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 93 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.48 |
| HSL | 131.02º | 0.23% | 0.43% | - |
| HSV(B) | 131.02º | 0.37% | 0.52% | - |
| XYZ | 14.02 | 19.45 | 13.37 | - |
| YUV | 113.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 93 | 0.37 | 0 | 0.30 | 0.48 | 131.02 | 0.23 | 0.43 |
| Hex | 54 | 85 | 5D | 25 | 0 | 1E | 30 | 83 | 17 | 2B |
| Octal | 124 | 205 | 135 | 45 | 0 | 36 | 60 | 203 | 27 | 53 |
| Binary | 1010100 | 10000101 | 1011101 | 100101 | 0 | 11110 | 110000 | 10000011 | 10111 | 101011 |
Color Harmonies of #54855D
Complementary color
Monochromatic Colors of #54855D
Black with #54855D
Text Example
Text Example
White with #54855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54855D; }
p { color: rgb(84,133,93); }
H1.HeaderClassName
{
color: #54855D;
}
.AnyTagClassName
{
color: #54855D;
}
</style>
background-color css
<style>
a { background-color: #54855D; }
a { background-color: rgb(84,133,93); }
div.DivClassName
{
background-color: #54855D;
}
.BgClassName
{
background-color: #54855D;
}
</style>
border-color css
<style>
span { border-color: #54855D; }
span { border-color: rgb(84,133,93); }
td.TdClassName
{
border-color: #54855D;
}
.TagClassName
{
border-color: #54855D;
}
</style>