Shades of Mineral Green #55685A
Tints of Mineral Green #55685A
RGB
CMYK
RGB Variations
Color information
#55685A (or 0x55685A) is known color: Mineral Green. HEX triplet: 55, 68 and 5A. RGB value is (85,104,90). Sum of RGB (Red+Green+Blue) = 85+104+90=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #55685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55685A is #AA97A5. Grayscale: #606060. Windows color (decimal): -11179942 or 5924949. OLE color: 5924949.
HSL color Cylindrical-coordinate representation of color #55685A: hue angle of 135.79º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #55685A is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 90 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.59 |
| HSL | 135.79º | 0.1% | 0.37% | - |
| HSV(B) | 135.79º | 0.18% | 0.41% | - |
| XYZ | 10.54 | 12.57 | 11.54 | - |
| YUV | 96.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 90 | 0.18 | 0 | 0.13 | 0.59 | 135.79 | 0.1 | 0.37 |
| Hex | 55 | 68 | 5A | 12 | 0 | D | 3B | 88 | A | 25 |
| Octal | 125 | 150 | 132 | 22 | 0 | 15 | 73 | 210 | 12 | 45 |
| Binary | 1010101 | 1101000 | 1011010 | 10010 | 0 | 1101 | 111011 | 10001000 | 1010 | 100101 |
Color Harmonies of #55685A
Complementary color
Monochromatic Colors of #55685A
Black with #55685A
Text Example
Text Example
White with #55685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55685A; }
p { color: rgb(85,104,90); }
H1.HeaderClassName
{
color: #55685A;
}
.AnyTagClassName
{
color: #55685A;
}
</style>
background-color css
<style>
a { background-color: #55685A; }
a { background-color: rgb(85,104,90); }
div.DivClassName
{
background-color: #55685A;
}
.BgClassName
{
background-color: #55685A;
}
</style>
border-color css
<style>
span { border-color: #55685A; }
span { border-color: rgb(85,104,90); }
td.TdClassName
{
border-color: #55685A;
}
.TagClassName
{
border-color: #55685A;
}
</style>