Shades of Mineral Green #535D56
Tints of Mineral Green #535D56
RGB
CMYK
RGB Variations
Color information
#535D56 (or 0x535D56) is known color: Mineral Green. HEX triplet: 53, 5D and 56. RGB value is (83,93,86). Sum of RGB (Red+Green+Blue) = 83+93+86=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #535D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D56 is #ACA2A9. Grayscale: #595959. Windows color (decimal): -11313834 or 5659987. OLE color: 5659987.
HSL color Cylindrical-coordinate representation of color #535D56: hue angle of 138º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D56 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 93 | 86 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.64 |
| HSL | 138º | 0.06% | 0.35% | - |
| HSV(B) | 138º | 0.11% | 0.36% | - |
| XYZ | 9.16 | 10.34 | 10.32 | - |
| YUV | 89.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 86 | 0.11 | 0 | 0.08 | 0.64 | 138 | 0.06 | 0.35 |
| Hex | 53 | 5D | 56 | B | 0 | 8 | 40 | 8A | 6 | 23 |
| Octal | 123 | 135 | 126 | 13 | 0 | 10 | 100 | 212 | 6 | 43 |
| Binary | 1010011 | 1011101 | 1010110 | 1011 | 0 | 1000 | 1000000 | 10001010 | 110 | 100011 |
Color Harmonies of #535D56
Complementary color
Monochromatic Colors of #535D56
Black with #535D56
Text Example
Text Example
White with #535D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D56; }
p { color: rgb(83,93,86); }
H1.HeaderClassName
{
color: #535D56;
}
.AnyTagClassName
{
color: #535D56;
}
</style>
background-color css
<style>
a { background-color: #535D56; }
a { background-color: rgb(83,93,86); }
div.DivClassName
{
background-color: #535D56;
}
.BgClassName
{
background-color: #535D56;
}
</style>
border-color css
<style>
span { border-color: #535D56; }
span { border-color: rgb(83,93,86); }
td.TdClassName
{
border-color: #535D56;
}
.TagClassName
{
border-color: #535D56;
}
</style>