Shades of Mineral Green #53685B
Tints of Mineral Green #53685B
RGB
CMYK
RGB Variations
Color information
#53685B (or 0x53685B) is known color: Mineral Green. HEX triplet: 53, 68 and 5B. RGB value is (83,104,91). Sum of RGB (Red+Green+Blue) = 83+104+91=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #53685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53685B is #AC97A4. Grayscale: #606060. Windows color (decimal): -11311013 or 5990483. OLE color: 5990483.
HSL color Cylindrical-coordinate representation of color #53685B: hue angle of 142.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53685B is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 91 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.59 |
| HSL | 142.86º | 0.11% | 0.37% | - |
| HSV(B) | 142.86º | 0.2% | 0.41% | - |
| XYZ | 10.41 | 12.49 | 11.76 | - |
| YUV | 96.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 91 | 0.20 | 0 | 0.12 | 0.59 | 142.86 | 0.11 | 0.37 |
| Hex | 53 | 68 | 5B | 14 | 0 | C | 3B | 8F | B | 25 |
| Octal | 123 | 150 | 133 | 24 | 0 | 14 | 73 | 217 | 13 | 45 |
| Binary | 1010011 | 1101000 | 1011011 | 10100 | 0 | 1100 | 111011 | 10001111 | 1011 | 100101 |
Color Harmonies of #53685B
Complementary color
Monochromatic Colors of #53685B
Black with #53685B
Text Example
Text Example
White with #53685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53685B; }
p { color: rgb(83,104,91); }
H1.HeaderClassName
{
color: #53685B;
}
.AnyTagClassName
{
color: #53685B;
}
</style>
background-color css
<style>
a { background-color: #53685B; }
a { background-color: rgb(83,104,91); }
div.DivClassName
{
background-color: #53685B;
}
.BgClassName
{
background-color: #53685B;
}
</style>
border-color css
<style>
span { border-color: #53685B; }
span { border-color: rgb(83,104,91); }
td.TdClassName
{
border-color: #53685B;
}
.TagClassName
{
border-color: #53685B;
}
</style>