Shades of Mineral Green #53705A
Tints of Mineral Green #53705A
RGB
CMYK
RGB Variations
Color information
#53705A (or 0x53705A) is known color: Mineral Green. HEX triplet: 53, 70 and 5A. RGB value is (83,112,90). Sum of RGB (Red+Green+Blue) = 83+112+90=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #53705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53705A is #AC8FA5. Grayscale: #646464. Windows color (decimal): -11308966 or 5926995. OLE color: 5926995.
HSL color Cylindrical-coordinate representation of color #53705A: hue angle of 134.48º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53705A is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 90 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.56 |
| HSL | 134.48º | 0.15% | 0.38% | - |
| HSV(B) | 134.48º | 0.26% | 0.44% | - |
| XYZ | 11.21 | 14.17 | 11.82 | - |
| YUV | 100.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 90 | 0.26 | 0 | 0.20 | 0.56 | 134.48 | 0.15 | 0.38 |
| Hex | 53 | 70 | 5A | 1A | 0 | 14 | 38 | 86 | F | 26 |
| Octal | 123 | 160 | 132 | 32 | 0 | 24 | 70 | 206 | 17 | 46 |
| Binary | 1010011 | 1110000 | 1011010 | 11010 | 0 | 10100 | 111000 | 10000110 | 1111 | 100110 |
Color Harmonies of #53705A
Complementary color
Monochromatic Colors of #53705A
Black with #53705A
Text Example
Text Example
White with #53705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53705A; }
p { color: rgb(83,112,90); }
H1.HeaderClassName
{
color: #53705A;
}
.AnyTagClassName
{
color: #53705A;
}
</style>
background-color css
<style>
a { background-color: #53705A; }
a { background-color: rgb(83,112,90); }
div.DivClassName
{
background-color: #53705A;
}
.BgClassName
{
background-color: #53705A;
}
</style>
border-color css
<style>
span { border-color: #53705A; }
span { border-color: rgb(83,112,90); }
td.TdClassName
{
border-color: #53705A;
}
.TagClassName
{
border-color: #53705A;
}
</style>