Shades of Mineral Green #545855
Tints of Mineral Green #545855
RGB
CMYK
RGB Variations
Color information
#545855 (or 0x545855) is known color: Mineral Green. HEX triplet: 54, 58 and 55. RGB value is (84,88,85). Sum of RGB (Red+Green+Blue) = 84+88+85=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 88 - color contains mainly: green. Hex color #545855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545855 is #ABA7AA. Grayscale: #565656. Windows color (decimal): -11249579 or 5593172. OLE color: 5593172.
HSL color Cylindrical-coordinate representation of color #545855: hue angle of 135º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #545855 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 88 | 85 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.65 |
| HSL | 135º | 0.02% | 0.34% | - |
| HSV(B) | 135º | 0.05% | 0.35% | - |
| XYZ | 8.79 | 9.52 | 9.97 | - |
| YUV | 86.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 85 | 0.05 | 0 | 0.03 | 0.65 | 135 | 0.02 | 0.34 |
| Hex | 54 | 58 | 55 | 5 | 0 | 3 | 41 | 87 | 2 | 22 |
| Octal | 124 | 130 | 125 | 5 | 0 | 3 | 101 | 207 | 2 | 42 |
| Binary | 1010100 | 1011000 | 1010101 | 101 | 0 | 11 | 1000001 | 10000111 | 10 | 100010 |
Color Harmonies of #545855
Complementary color
Monochromatic Colors of #545855
Black with #545855
Text Example
Text Example
White with #545855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545855; }
p { color: rgb(84,88,85); }
H1.HeaderClassName
{
color: #545855;
}
.AnyTagClassName
{
color: #545855;
}
</style>
background-color css
<style>
a { background-color: #545855; }
a { background-color: rgb(84,88,85); }
div.DivClassName
{
background-color: #545855;
}
.BgClassName
{
background-color: #545855;
}
</style>
border-color css
<style>
span { border-color: #545855; }
span { border-color: rgb(84,88,85); }
td.TdClassName
{
border-color: #545855;
}
.TagClassName
{
border-color: #545855;
}
</style>