Shades of Mineral Green #5A6E5F
Tints of Mineral Green #5A6E5F
RGB
CMYK
RGB Variations
Color information
#5A6E5F (or 0x5A6E5F) is known color: Mineral Green. HEX triplet: 5A, 6E and 5F. RGB value is (90,110,95). Sum of RGB (Red+Green+Blue) = 90+110+95=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E5F is #A591A0. Grayscale: #666666. Windows color (decimal): -10850721 or 6254170. OLE color: 6254170.
HSL color Cylindrical-coordinate representation of color #5A6E5F: hue angle of 135º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6E5F is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 95 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.57 |
| HSL | 135º | 0.1% | 0.39% | - |
| HSV(B) | 135º | 0.18% | 0.43% | - |
| XYZ | 11.86 | 14.15 | 12.93 | - |
| YUV | 102.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 95 | 0.18 | 0 | 0.14 | 0.57 | 135 | 0.1 | 0.39 |
| Hex | 5A | 6E | 5F | 12 | 0 | E | 39 | 87 | A | 27 |
| Octal | 132 | 156 | 137 | 22 | 0 | 16 | 71 | 207 | 12 | 47 |
| Binary | 1011010 | 1101110 | 1011111 | 10010 | 0 | 1110 | 111001 | 10000111 | 1010 | 100111 |
Color Harmonies of #5A6E5F
Complementary color
Monochromatic Colors of #5A6E5F
Black with #5A6E5F
Text Example
Text Example
White with #5A6E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E5F; }
p { color: rgb(90,110,95); }
H1.HeaderClassName
{
color: #5A6E5F;
}
.AnyTagClassName
{
color: #5A6E5F;
}
</style>
background-color css
<style>
a { background-color: #5A6E5F; }
a { background-color: rgb(90,110,95); }
div.DivClassName
{
background-color: #5A6E5F;
}
.BgClassName
{
background-color: #5A6E5F;
}
</style>
border-color css
<style>
span { border-color: #5A6E5F; }
span { border-color: rgb(90,110,95); }
td.TdClassName
{
border-color: #5A6E5F;
}
.TagClassName
{
border-color: #5A6E5F;
}
</style>