Shades of Mineral Green #5C635D
Tints of Mineral Green #5C635D
RGB
CMYK
RGB Variations
Color information
#5C635D (or 0x5C635D) is known color: Mineral Green. HEX triplet: 5C, 63 and 5D. RGB value is (92,99,93). Sum of RGB (Red+Green+Blue) = 92+99+93=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5C635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C635D is #A39CA2. Grayscale: #606060. Windows color (decimal): -10722467 or 6120284. OLE color: 6120284.
HSL color Cylindrical-coordinate representation of color #5C635D: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C635D is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 93 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.61 |
| HSL | 128.57º | 0.04% | 0.37% | - |
| HSV(B) | 128.57º | 0.07% | 0.39% | - |
| XYZ | 10.85 | 11.99 | 12.1 | - |
| YUV | 96.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 93 | 0.07 | 0 | 0.06 | 0.61 | 128.57 | 0.04 | 0.37 |
| Hex | 5C | 63 | 5D | 7 | 0 | 6 | 3D | 81 | 4 | 25 |
| Octal | 134 | 143 | 135 | 7 | 0 | 6 | 75 | 201 | 4 | 45 |
| Binary | 1011100 | 1100011 | 1011101 | 111 | 0 | 110 | 111101 | 10000001 | 100 | 100101 |
Color Harmonies of #5C635D
Complementary color
Monochromatic Colors of #5C635D
Black with #5C635D
Text Example
Text Example
White with #5C635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C635D; }
p { color: rgb(92,99,93); }
H1.HeaderClassName
{
color: #5C635D;
}
.AnyTagClassName
{
color: #5C635D;
}
</style>
background-color css
<style>
a { background-color: #5C635D; }
a { background-color: rgb(92,99,93); }
div.DivClassName
{
background-color: #5C635D;
}
.BgClassName
{
background-color: #5C635D;
}
</style>
border-color css
<style>
span { border-color: #5C635D; }
span { border-color: rgb(92,99,93); }
td.TdClassName
{
border-color: #5C635D;
}
.TagClassName
{
border-color: #5C635D;
}
</style>