Shades of Mineral Green #55635A
Tints of Mineral Green #55635A
RGB
CMYK
RGB Variations
Color information
#55635A (or 0x55635A) is known color: Mineral Green. HEX triplet: 55, 63 and 5A. RGB value is (85,99,90). Sum of RGB (Red+Green+Blue) = 85+99+90=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #55635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55635A is #AA9CA5. Grayscale: #5D5D5D. Windows color (decimal): -11181222 or 5923669. OLE color: 5923669.
HSL color Cylindrical-coordinate representation of color #55635A: hue angle of 141.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55635A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 90 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.61 |
| HSL | 141.43º | 0.08% | 0.36% | - |
| HSV(B) | 141.43º | 0.14% | 0.39% | - |
| XYZ | 10.05 | 11.59 | 11.38 | - |
| YUV | 93.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 90 | 0.14 | 0 | 0.09 | 0.61 | 141.43 | 0.08 | 0.36 |
| Hex | 55 | 63 | 5A | E | 0 | 9 | 3D | 8D | 8 | 24 |
| Octal | 125 | 143 | 132 | 16 | 0 | 11 | 75 | 215 | 10 | 44 |
| Binary | 1010101 | 1100011 | 1011010 | 1110 | 0 | 1001 | 111101 | 10001101 | 1000 | 100100 |
Color Harmonies of #55635A
Complementary color
Monochromatic Colors of #55635A
Black with #55635A
Text Example
Text Example
White with #55635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55635A; }
p { color: rgb(85,99,90); }
H1.HeaderClassName
{
color: #55635A;
}
.AnyTagClassName
{
color: #55635A;
}
</style>
background-color css
<style>
a { background-color: #55635A; }
a { background-color: rgb(85,99,90); }
div.DivClassName
{
background-color: #55635A;
}
.BgClassName
{
background-color: #55635A;
}
</style>
border-color css
<style>
span { border-color: #55635A; }
span { border-color: rgb(85,99,90); }
td.TdClassName
{
border-color: #55635A;
}
.TagClassName
{
border-color: #55635A;
}
</style>