Shades of Mineral Green #55695D
Tints of Mineral Green #55695D
RGB
CMYK
RGB Variations
Color information
#55695D (or 0x55695D) is known color: Mineral Green. HEX triplet: 55, 69 and 5D. RGB value is (85,105,93). Sum of RGB (Red+Green+Blue) = 85+105+93=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #55695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55695D is #AA96A2. Grayscale: #616161. Windows color (decimal): -11179683 or 6121813. OLE color: 6121813.
HSL color Cylindrical-coordinate representation of color #55695D: hue angle of 144º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #55695D is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 93 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.59 |
| HSL | 144º | 0.11% | 0.37% | - |
| HSV(B) | 144º | 0.19% | 0.41% | - |
| XYZ | 10.77 | 12.82 | 12.26 | - |
| YUV | 97.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 93 | 0.19 | 0 | 0.11 | 0.59 | 144 | 0.11 | 0.37 |
| Hex | 55 | 69 | 5D | 13 | 0 | B | 3B | 90 | B | 25 |
| Octal | 125 | 151 | 135 | 23 | 0 | 13 | 73 | 220 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1011101 | 10011 | 0 | 1011 | 111011 | 10010000 | 1011 | 100101 |
Color Harmonies of #55695D
Complementary color
Monochromatic Colors of #55695D
Black with #55695D
Text Example
Text Example
White with #55695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55695D; }
p { color: rgb(85,105,93); }
H1.HeaderClassName
{
color: #55695D;
}
.AnyTagClassName
{
color: #55695D;
}
</style>
background-color css
<style>
a { background-color: #55695D; }
a { background-color: rgb(85,105,93); }
div.DivClassName
{
background-color: #55695D;
}
.BgClassName
{
background-color: #55695D;
}
</style>
border-color css
<style>
span { border-color: #55695D; }
span { border-color: rgb(85,105,93); }
td.TdClassName
{
border-color: #55695D;
}
.TagClassName
{
border-color: #55695D;
}
</style>