Shades of Mineral Green #535954
Tints of Mineral Green #535954
RGB
CMYK
RGB Variations
Color information
#535954 (or 0x535954) is known color: Mineral Green. HEX triplet: 53, 59 and 54. RGB value is (83,89,84). Sum of RGB (Red+Green+Blue) = 83+89+84=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #535954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535954 is #ACA6AB. Grayscale: #565656. Windows color (decimal): -11314860 or 5527891. OLE color: 5527891.
HSL color Cylindrical-coordinate representation of color #535954: hue angle of 130º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535954 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 84 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.65 |
| HSL | 130º | 0.03% | 0.34% | - |
| HSV(B) | 130º | 0.07% | 0.35% | - |
| XYZ | 8.74 | 9.62 | 9.78 | - |
| YUV | 86.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 84 | 0.07 | 0 | 0.06 | 0.65 | 130 | 0.03 | 0.34 |
| Hex | 53 | 59 | 54 | 7 | 0 | 6 | 41 | 82 | 3 | 22 |
| Octal | 123 | 131 | 124 | 7 | 0 | 6 | 101 | 202 | 3 | 42 |
| Binary | 1010011 | 1011001 | 1010100 | 111 | 0 | 110 | 1000001 | 10000010 | 11 | 100010 |
Color Harmonies of #535954
Complementary color
Monochromatic Colors of #535954
Black with #535954
Text Example
Text Example
White with #535954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535954; }
p { color: rgb(83,89,84); }
H1.HeaderClassName
{
color: #535954;
}
.AnyTagClassName
{
color: #535954;
}
</style>
background-color css
<style>
a { background-color: #535954; }
a { background-color: rgb(83,89,84); }
div.DivClassName
{
background-color: #535954;
}
.BgClassName
{
background-color: #535954;
}
</style>
border-color css
<style>
span { border-color: #535954; }
span { border-color: rgb(83,89,84); }
td.TdClassName
{
border-color: #535954;
}
.TagClassName
{
border-color: #535954;
}
</style>