Shades of Mineral Green #53695C
Tints of Mineral Green #53695C
RGB
CMYK
RGB Variations
Color information
#53695C (or 0x53695C) is known color: Mineral Green. HEX triplet: 53, 69 and 5C. RGB value is (83,105,92). Sum of RGB (Red+Green+Blue) = 83+105+92=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #53695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53695C is #AC96A3. Grayscale: #606060. Windows color (decimal): -11310756 or 6056275. OLE color: 6056275.
HSL color Cylindrical-coordinate representation of color #53695C: hue angle of 144.55º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53695C is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 92 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.59 |
| HSL | 144.55º | 0.12% | 0.37% | - |
| HSV(B) | 144.55º | 0.21% | 0.41% | - |
| XYZ | 10.55 | 12.71 | 12.02 | - |
| YUV | 96.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 92 | 0.21 | 0 | 0.12 | 0.59 | 144.55 | 0.12 | 0.37 |
| Hex | 53 | 69 | 5C | 15 | 0 | C | 3B | 91 | C | 25 |
| Octal | 123 | 151 | 134 | 25 | 0 | 14 | 73 | 221 | 14 | 45 |
| Binary | 1010011 | 1101001 | 1011100 | 10101 | 0 | 1100 | 111011 | 10010001 | 1100 | 100101 |
Color Harmonies of #53695C
Complementary color
Monochromatic Colors of #53695C
Black with #53695C
Text Example
Text Example
White with #53695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53695C; }
p { color: rgb(83,105,92); }
H1.HeaderClassName
{
color: #53695C;
}
.AnyTagClassName
{
color: #53695C;
}
</style>
background-color css
<style>
a { background-color: #53695C; }
a { background-color: rgb(83,105,92); }
div.DivClassName
{
background-color: #53695C;
}
.BgClassName
{
background-color: #53695C;
}
</style>
border-color css
<style>
span { border-color: #53695C; }
span { border-color: rgb(83,105,92); }
td.TdClassName
{
border-color: #53695C;
}
.TagClassName
{
border-color: #53695C;
}
</style>