Shades of Mineral Green #54685B
Tints of Mineral Green #54685B
RGB
CMYK
RGB Variations
Color information
#54685B (or 0x54685B) is known color: Mineral Green. HEX triplet: 54, 68 and 5B. RGB value is (84,104,91). Sum of RGB (Red+Green+Blue) = 84+104+91=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #54685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685B is #AB97A4. Grayscale: #606060. Windows color (decimal): -11245477 or 5990484. OLE color: 5990484.
HSL color Cylindrical-coordinate representation of color #54685B: hue angle of 141º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #54685B is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 91 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.59 |
| HSL | 141º | 0.11% | 0.37% | - |
| HSV(B) | 141º | 0.19% | 0.41% | - |
| XYZ | 10.49 | 12.54 | 11.77 | - |
| YUV | 96.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 91 | 0.19 | 0 | 0.12 | 0.59 | 141 | 0.11 | 0.37 |
| Hex | 54 | 68 | 5B | 13 | 0 | C | 3B | 8D | B | 25 |
| Octal | 124 | 150 | 133 | 23 | 0 | 14 | 73 | 215 | 13 | 45 |
| Binary | 1010100 | 1101000 | 1011011 | 10011 | 0 | 1100 | 111011 | 10001101 | 1011 | 100101 |
Color Harmonies of #54685B
Complementary color
Monochromatic Colors of #54685B
Black with #54685B
Text Example
Text Example
White with #54685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54685B; }
p { color: rgb(84,104,91); }
H1.HeaderClassName
{
color: #54685B;
}
.AnyTagClassName
{
color: #54685B;
}
</style>
background-color css
<style>
a { background-color: #54685B; }
a { background-color: rgb(84,104,91); }
div.DivClassName
{
background-color: #54685B;
}
.BgClassName
{
background-color: #54685B;
}
</style>
border-color css
<style>
span { border-color: #54685B; }
span { border-color: rgb(84,104,91); }
td.TdClassName
{
border-color: #54685B;
}
.TagClassName
{
border-color: #54685B;
}
</style>