Shades of Mineral Green #545D56
Tints of Mineral Green #545D56
RGB
CMYK
RGB Variations
Color information
#545D56 (or 0x545D56) is known color: Mineral Green. HEX triplet: 54, 5D and 56. RGB value is (84,93,86). Sum of RGB (Red+Green+Blue) = 84+93+86=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #545D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D56 is #ABA2A9. Grayscale: #595959. Windows color (decimal): -11248298 or 5659988. OLE color: 5659988.
HSL color Cylindrical-coordinate representation of color #545D56: hue angle of 133.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #545D56 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 93 | 86 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.64 |
| HSL | 133.33º | 0.05% | 0.35% | - |
| HSV(B) | 133.33º | 0.1% | 0.36% | - |
| XYZ | 9.25 | 10.39 | 10.32 | - |
| YUV | 89.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 86 | 0.10 | 0 | 0.08 | 0.64 | 133.33 | 0.05 | 0.35 |
| Hex | 54 | 5D | 56 | A | 0 | 8 | 40 | 85 | 5 | 23 |
| Octal | 124 | 135 | 126 | 12 | 0 | 10 | 100 | 205 | 5 | 43 |
| Binary | 1010100 | 1011101 | 1010110 | 1010 | 0 | 1000 | 1000000 | 10000101 | 101 | 100011 |
Color Harmonies of #545D56
Complementary color
Monochromatic Colors of #545D56
Black with #545D56
Text Example
Text Example
White with #545D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D56; }
p { color: rgb(84,93,86); }
H1.HeaderClassName
{
color: #545D56;
}
.AnyTagClassName
{
color: #545D56;
}
</style>
background-color css
<style>
a { background-color: #545D56; }
a { background-color: rgb(84,93,86); }
div.DivClassName
{
background-color: #545D56;
}
.BgClassName
{
background-color: #545D56;
}
</style>
border-color css
<style>
span { border-color: #545D56; }
span { border-color: rgb(84,93,86); }
td.TdClassName
{
border-color: #545D56;
}
.TagClassName
{
border-color: #545D56;
}
</style>