Shades of Mineral Green #536D5A
Tints of Mineral Green #536D5A
RGB
CMYK
RGB Variations
Color information
#536D5A (or 0x536D5A) is known color: Mineral Green. HEX triplet: 53, 6D and 5A. RGB value is (83,109,90). Sum of RGB (Red+Green+Blue) = 83+109+90=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #536D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D5A is #AC92A5. Grayscale: #636363. Windows color (decimal): -11309734 or 5926227. OLE color: 5926227.
HSL color Cylindrical-coordinate representation of color #536D5A: hue angle of 136.15º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536D5A is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 90 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.57 |
| HSL | 136.15º | 0.14% | 0.38% | - |
| HSV(B) | 136.15º | 0.24% | 0.43% | - |
| XYZ | 10.88 | 13.51 | 11.71 | - |
| YUV | 99.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 90 | 0.24 | 0 | 0.17 | 0.57 | 136.15 | 0.14 | 0.38 |
| Hex | 53 | 6D | 5A | 18 | 0 | 11 | 39 | 88 | E | 26 |
| Octal | 123 | 155 | 132 | 30 | 0 | 21 | 71 | 210 | 16 | 46 |
| Binary | 1010011 | 1101101 | 1011010 | 11000 | 0 | 10001 | 111001 | 10001000 | 1110 | 100110 |
Color Harmonies of #536D5A
Complementary color
Monochromatic Colors of #536D5A
Black with #536D5A
Text Example
Text Example
White with #536D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D5A; }
p { color: rgb(83,109,90); }
H1.HeaderClassName
{
color: #536D5A;
}
.AnyTagClassName
{
color: #536D5A;
}
</style>
background-color css
<style>
a { background-color: #536D5A; }
a { background-color: rgb(83,109,90); }
div.DivClassName
{
background-color: #536D5A;
}
.BgClassName
{
background-color: #536D5A;
}
</style>
border-color css
<style>
span { border-color: #536D5A; }
span { border-color: rgb(83,109,90); }
td.TdClassName
{
border-color: #536D5A;
}
.TagClassName
{
border-color: #536D5A;
}
</style>