Shades of Mineral Green #52685B
Tints of Mineral Green #52685B
RGB
CMYK
RGB Variations
Color information
#52685B (or 0x52685B) is known color: Mineral Green. HEX triplet: 52, 68 and 5B. RGB value is (82,104,91). Sum of RGB (Red+Green+Blue) = 82+104+91=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #52685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685B is #AD97A4. Grayscale: #5F5F5F. Windows color (decimal): -11376549 or 5990482. OLE color: 5990482.
HSL color Cylindrical-coordinate representation of color #52685B: hue angle of 144.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52685B is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 91 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.59 |
| HSL | 144.55º | 0.12% | 0.36% | - |
| HSV(B) | 144.55º | 0.21% | 0.41% | - |
| XYZ | 10.32 | 12.45 | 11.76 | - |
| YUV | 95.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 91 | 0.21 | 0 | 0.12 | 0.59 | 144.55 | 0.12 | 0.36 |
| Hex | 52 | 68 | 5B | 15 | 0 | C | 3B | 91 | C | 24 |
| Octal | 122 | 150 | 133 | 25 | 0 | 14 | 73 | 221 | 14 | 44 |
| Binary | 1010010 | 1101000 | 1011011 | 10101 | 0 | 1100 | 111011 | 10010001 | 1100 | 100100 |
Color Harmonies of #52685B
Complementary color
Monochromatic Colors of #52685B
Black with #52685B
Text Example
Text Example
White with #52685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52685B; }
p { color: rgb(82,104,91); }
H1.HeaderClassName
{
color: #52685B;
}
.AnyTagClassName
{
color: #52685B;
}
</style>
background-color css
<style>
a { background-color: #52685B; }
a { background-color: rgb(82,104,91); }
div.DivClassName
{
background-color: #52685B;
}
.BgClassName
{
background-color: #52685B;
}
</style>
border-color css
<style>
span { border-color: #52685B; }
span { border-color: rgb(82,104,91); }
td.TdClassName
{
border-color: #52685B;
}
.TagClassName
{
border-color: #52685B;
}
</style>