Shades of Mineral Green #55695A
Tints of Mineral Green #55695A
RGB
CMYK
RGB Variations
Color information
#55695A (or 0x55695A) is known color: Mineral Green. HEX triplet: 55, 69 and 5A. RGB value is (85,105,90). Sum of RGB (Red+Green+Blue) = 85+105+90=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #55695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55695A is #AA96A5. Grayscale: #616161. Windows color (decimal): -11179686 or 5925205. OLE color: 5925205.
HSL color Cylindrical-coordinate representation of color #55695A: hue angle of 135º 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 #55695A is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 90 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.59 |
| HSL | 135º | 0.11% | 0.37% | - |
| HSV(B) | 135º | 0.19% | 0.41% | - |
| XYZ | 10.64 | 12.77 | 11.58 | - |
| YUV | 97.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 90 | 0.19 | 0 | 0.14 | 0.59 | 135 | 0.11 | 0.37 |
| Hex | 55 | 69 | 5A | 13 | 0 | E | 3B | 87 | B | 25 |
| Octal | 125 | 151 | 132 | 23 | 0 | 16 | 73 | 207 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1011010 | 10011 | 0 | 1110 | 111011 | 10000111 | 1011 | 100101 |
Color Harmonies of #55695A
Complementary color
Monochromatic Colors of #55695A
Black with #55695A
Text Example
Text Example
White with #55695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55695A; }
p { color: rgb(85,105,90); }
H1.HeaderClassName
{
color: #55695A;
}
.AnyTagClassName
{
color: #55695A;
}
</style>
background-color css
<style>
a { background-color: #55695A; }
a { background-color: rgb(85,105,90); }
div.DivClassName
{
background-color: #55695A;
}
.BgClassName
{
background-color: #55695A;
}
</style>
border-color css
<style>
span { border-color: #55695A; }
span { border-color: rgb(85,105,90); }
td.TdClassName
{
border-color: #55695A;
}
.TagClassName
{
border-color: #55695A;
}
</style>