Shades of Mineral Green #5A635B
Tints of Mineral Green #5A635B
RGB
CMYK
RGB Variations
Color information
#5A635B (or 0x5A635B) is known color: Mineral Green. HEX triplet: 5A, 63 and 5B. RGB value is (90,99,91). Sum of RGB (Red+Green+Blue) = 90+99+91=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #5A635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A635B is #A59CA4. Grayscale: #5F5F5F. Windows color (decimal): -10853541 or 5989210. OLE color: 5989210.
HSL color Cylindrical-coordinate representation of color #5A635B: hue angle of 126.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A635B is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 91 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.61 |
| HSL | 126.67º | 0.05% | 0.37% | - |
| HSV(B) | 126.67º | 0.09% | 0.39% | - |
| XYZ | 10.57 | 11.85 | 11.63 | - |
| YUV | 95.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 91 | 0.09 | 0 | 0.08 | 0.61 | 126.67 | 0.05 | 0.37 |
| Hex | 5A | 63 | 5B | 9 | 0 | 8 | 3D | 7F | 5 | 25 |
| Octal | 132 | 143 | 133 | 11 | 0 | 10 | 75 | 177 | 5 | 45 |
| Binary | 1011010 | 1100011 | 1011011 | 1001 | 0 | 1000 | 111101 | 1111111 | 101 | 100101 |
Color Harmonies of #5A635B
Complementary color
Monochromatic Colors of #5A635B
Black with #5A635B
Text Example
Text Example
White with #5A635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A635B; }
p { color: rgb(90,99,91); }
H1.HeaderClassName
{
color: #5A635B;
}
.AnyTagClassName
{
color: #5A635B;
}
</style>
background-color css
<style>
a { background-color: #5A635B; }
a { background-color: rgb(90,99,91); }
div.DivClassName
{
background-color: #5A635B;
}
.BgClassName
{
background-color: #5A635B;
}
</style>
border-color css
<style>
span { border-color: #5A635B; }
span { border-color: rgb(90,99,91); }
td.TdClassName
{
border-color: #5A635B;
}
.TagClassName
{
border-color: #5A635B;
}
</style>