Shades of Mineral Green #535E55
Tints of Mineral Green #535E55
RGB
CMYK
RGB Variations
Color information
#535E55 (or 0x535E55) is known color: Mineral Green. HEX triplet: 53, 5E and 55. RGB value is (83,94,85). Sum of RGB (Red+Green+Blue) = 83+94+85=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 94 - color contains mainly: green. Hex color #535E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E55 is #ACA1AA. Grayscale: #595959. Windows color (decimal): -11313579 or 5594707. OLE color: 5594707.
HSL color Cylindrical-coordinate representation of color #535E55: hue angle of 130.91º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535E55 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 94 | 85 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.63 |
| HSL | 130.91º | 0.06% | 0.35% | - |
| HSV(B) | 130.91º | 0.12% | 0.37% | - |
| XYZ | 9.21 | 10.5 | 10.14 | - |
| YUV | 89.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 85 | 0.12 | 0 | 0.10 | 0.63 | 130.91 | 0.06 | 0.35 |
| Hex | 53 | 5E | 55 | C | 0 | A | 3F | 83 | 6 | 23 |
| Octal | 123 | 136 | 125 | 14 | 0 | 12 | 77 | 203 | 6 | 43 |
| Binary | 1010011 | 1011110 | 1010101 | 1100 | 0 | 1010 | 111111 | 10000011 | 110 | 100011 |
Color Harmonies of #535E55
Complementary color
Monochromatic Colors of #535E55
Black with #535E55
Text Example
Text Example
White with #535E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E55; }
p { color: rgb(83,94,85); }
H1.HeaderClassName
{
color: #535E55;
}
.AnyTagClassName
{
color: #535E55;
}
</style>
background-color css
<style>
a { background-color: #535E55; }
a { background-color: rgb(83,94,85); }
div.DivClassName
{
background-color: #535E55;
}
.BgClassName
{
background-color: #535E55;
}
</style>
border-color css
<style>
span { border-color: #535E55; }
span { border-color: rgb(83,94,85); }
td.TdClassName
{
border-color: #535E55;
}
.TagClassName
{
border-color: #535E55;
}
</style>