Shades of Mineral Green #5C665D
Tints of Mineral Green #5C665D
RGB
CMYK
RGB Variations
Color information
#5C665D (or 0x5C665D) is known color: Mineral Green. HEX triplet: 5C, 66 and 5D. RGB value is (92,102,93). Sum of RGB (Red+Green+Blue) = 92+102+93=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 102 - color contains mainly: green. Hex color #5C665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C665D is #A399A2. Grayscale: #626262. Windows color (decimal): -10721699 or 6121052. OLE color: 6121052.
HSL color Cylindrical-coordinate representation of color #5C665D: hue angle of 126º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C665D is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 102 | 93 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.6 |
| HSL | 126º | 0.05% | 0.38% | - |
| HSV(B) | 126º | 0.1% | 0.4% | - |
| XYZ | 11.14 | 12.57 | 12.19 | - |
| YUV | 97.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 93 | 0.10 | 0 | 0.09 | 0.6 | 126 | 0.05 | 0.38 |
| Hex | 5C | 66 | 5D | A | 0 | 9 | 3C | 7E | 5 | 26 |
| Octal | 134 | 146 | 135 | 12 | 0 | 11 | 74 | 176 | 5 | 46 |
| Binary | 1011100 | 1100110 | 1011101 | 1010 | 0 | 1001 | 111100 | 1111110 | 101 | 100110 |
Color Harmonies of #5C665D
Complementary color
Monochromatic Colors of #5C665D
Black with #5C665D
Text Example
Text Example
White with #5C665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C665D; }
p { color: rgb(92,102,93); }
H1.HeaderClassName
{
color: #5C665D;
}
.AnyTagClassName
{
color: #5C665D;
}
</style>
background-color css
<style>
a { background-color: #5C665D; }
a { background-color: rgb(92,102,93); }
div.DivClassName
{
background-color: #5C665D;
}
.BgClassName
{
background-color: #5C665D;
}
</style>
border-color css
<style>
span { border-color: #5C665D; }
span { border-color: rgb(92,102,93); }
td.TdClassName
{
border-color: #5C665D;
}
.TagClassName
{
border-color: #5C665D;
}
</style>