Shades of Mineral Green #55705B
Tints of Mineral Green #55705B
RGB
CMYK
RGB Variations
Color information
#55705B (or 0x55705B) is known color: Mineral Green. HEX triplet: 55, 70 and 5B. RGB value is (85,112,91). Sum of RGB (Red+Green+Blue) = 85+112+91=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #55705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55705B is #AA8FA4. Grayscale: #656565. Windows color (decimal): -11177893 or 5992533. OLE color: 5992533.
HSL color Cylindrical-coordinate representation of color #55705B: hue angle of 133.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55705B is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 91 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.56 |
| HSL | 133.33º | 0.14% | 0.39% | - |
| HSV(B) | 133.33º | 0.24% | 0.44% | - |
| XYZ | 11.43 | 14.27 | 12.05 | - |
| YUV | 101.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 91 | 0.24 | 0 | 0.19 | 0.56 | 133.33 | 0.14 | 0.39 |
| Hex | 55 | 70 | 5B | 18 | 0 | 13 | 38 | 85 | E | 27 |
| Octal | 125 | 160 | 133 | 30 | 0 | 23 | 70 | 205 | 16 | 47 |
| Binary | 1010101 | 1110000 | 1011011 | 11000 | 0 | 10011 | 111000 | 10000101 | 1110 | 100111 |
Color Harmonies of #55705B
Complementary color
Monochromatic Colors of #55705B
Black with #55705B
Text Example
Text Example
White with #55705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55705B; }
p { color: rgb(85,112,91); }
H1.HeaderClassName
{
color: #55705B;
}
.AnyTagClassName
{
color: #55705B;
}
</style>
background-color css
<style>
a { background-color: #55705B; }
a { background-color: rgb(85,112,91); }
div.DivClassName
{
background-color: #55705B;
}
.BgClassName
{
background-color: #55705B;
}
</style>
border-color css
<style>
span { border-color: #55705B; }
span { border-color: rgb(85,112,91); }
td.TdClassName
{
border-color: #55705B;
}
.TagClassName
{
border-color: #55705B;
}
</style>