Shades of Mineral Green #556C5C
Tints of Mineral Green #556C5C
RGB
CMYK
RGB Variations
Color information
#556C5C (or 0x556C5C) is known color: Mineral Green. HEX triplet: 55, 6C and 5C. RGB value is (85,108,92). Sum of RGB (Red+Green+Blue) = 85+108+92=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #556C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C5C is #AA93A3. Grayscale: #636363. Windows color (decimal): -11178916 or 6057045. OLE color: 6057045.
HSL color Cylindrical-coordinate representation of color #556C5C: hue angle of 138.26º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C5C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 92 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.58 |
| HSL | 138.26º | 0.12% | 0.38% | - |
| HSV(B) | 138.26º | 0.21% | 0.42% | - |
| XYZ | 11.04 | 13.43 | 12.14 | - |
| YUV | 99.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 92 | 0.21 | 0 | 0.15 | 0.58 | 138.26 | 0.12 | 0.38 |
| Hex | 55 | 6C | 5C | 15 | 0 | F | 3A | 8A | C | 26 |
| Octal | 125 | 154 | 134 | 25 | 0 | 17 | 72 | 212 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1011100 | 10101 | 0 | 1111 | 111010 | 10001010 | 1100 | 100110 |
Color Harmonies of #556C5C
Complementary color
Monochromatic Colors of #556C5C
Black with #556C5C
Text Example
Text Example
White with #556C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C5C; }
p { color: rgb(85,108,92); }
H1.HeaderClassName
{
color: #556C5C;
}
.AnyTagClassName
{
color: #556C5C;
}
</style>
background-color css
<style>
a { background-color: #556C5C; }
a { background-color: rgb(85,108,92); }
div.DivClassName
{
background-color: #556C5C;
}
.BgClassName
{
background-color: #556C5C;
}
</style>
border-color css
<style>
span { border-color: #556C5C; }
span { border-color: rgb(85,108,92); }
td.TdClassName
{
border-color: #556C5C;
}
.TagClassName
{
border-color: #556C5C;
}
</style>