Shades of Mineral Green #53675B
Tints of Mineral Green #53675B
RGB
CMYK
RGB Variations
Color information
#53675B (or 0x53675B) is known color: Mineral Green. HEX triplet: 53, 67 and 5B. RGB value is (83,103,91). Sum of RGB (Red+Green+Blue) = 83+103+91=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #53675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53675B is #AC98A4. Grayscale: #5F5F5F. Windows color (decimal): -11311269 or 5990227. OLE color: 5990227.
HSL color Cylindrical-coordinate representation of color #53675B: hue angle of 144º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53675B is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 91 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.60 |
| HSL | 144º | 0.11% | 0.36% | - |
| HSV(B) | 144º | 0.19% | 0.4% | - |
| XYZ | 10.31 | 12.29 | 11.73 | - |
| YUV | 95.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 91 | 0.19 | 0 | 0.12 | 0.60 | 144 | 0.11 | 0.36 |
| Hex | 53 | 67 | 5B | 13 | 0 | C | 3C | 90 | B | 24 |
| Octal | 123 | 147 | 133 | 23 | 0 | 14 | 74 | 220 | 13 | 44 |
| Binary | 1010011 | 1100111 | 1011011 | 10011 | 0 | 1100 | 111100 | 10010000 | 1011 | 100100 |
Color Harmonies of #53675B
Complementary color
Monochromatic Colors of #53675B
Black with #53675B
Text Example
Text Example
White with #53675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53675B; }
p { color: rgb(83,103,91); }
H1.HeaderClassName
{
color: #53675B;
}
.AnyTagClassName
{
color: #53675B;
}
</style>
background-color css
<style>
a { background-color: #53675B; }
a { background-color: rgb(83,103,91); }
div.DivClassName
{
background-color: #53675B;
}
.BgClassName
{
background-color: #53675B;
}
</style>
border-color css
<style>
span { border-color: #53675B; }
span { border-color: rgb(83,103,91); }
td.TdClassName
{
border-color: #53675B;
}
.TagClassName
{
border-color: #53675B;
}
</style>