Shades of Mineral Green #5A6A5C
Tints of Mineral Green #5A6A5C
RGB
CMYK
RGB Variations
Color information
#5A6A5C (or 0x5A6A5C) is known color: Mineral Green. HEX triplet: 5A, 6A and 5C. RGB value is (90,106,92). Sum of RGB (Red+Green+Blue) = 90+106+92=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A5C is #A595A3. Grayscale: #636363. Windows color (decimal): -10851748 or 6056538. OLE color: 6056538.
HSL color Cylindrical-coordinate representation of color #5A6A5C: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6A5C is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 106 | 92 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.58 |
| HSL | 127.5º | 0.08% | 0.38% | - |
| HSV(B) | 127.5º | 0.15% | 0.42% | - |
| XYZ | 11.3 | 13.25 | 12.09 | - |
| YUV | 99.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 92 | 0.15 | 0 | 0.13 | 0.58 | 127.5 | 0.08 | 0.38 |
| Hex | 5A | 6A | 5C | F | 0 | D | 3A | 80 | 8 | 26 |
| Octal | 132 | 152 | 134 | 17 | 0 | 15 | 72 | 200 | 10 | 46 |
| Binary | 1011010 | 1101010 | 1011100 | 1111 | 0 | 1101 | 111010 | 10000000 | 1000 | 100110 |
Color Harmonies of #5A6A5C
Complementary color
Monochromatic Colors of #5A6A5C
Black with #5A6A5C
Text Example
Text Example
White with #5A6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6A5C; }
p { color: rgb(90,106,92); }
H1.HeaderClassName
{
color: #5A6A5C;
}
.AnyTagClassName
{
color: #5A6A5C;
}
</style>
background-color css
<style>
a { background-color: #5A6A5C; }
a { background-color: rgb(90,106,92); }
div.DivClassName
{
background-color: #5A6A5C;
}
.BgClassName
{
background-color: #5A6A5C;
}
</style>
border-color css
<style>
span { border-color: #5A6A5C; }
span { border-color: rgb(90,106,92); }
td.TdClassName
{
border-color: #5A6A5C;
}
.TagClassName
{
border-color: #5A6A5C;
}
</style>