Shades of Mineral Green #5A645D
Tints of Mineral Green #5A645D
RGB
CMYK
RGB Variations
Color information
#5A645D (or 0x5A645D) is known color: Mineral Green. HEX triplet: 5A, 64 and 5D. RGB value is (90,100,93). Sum of RGB (Red+Green+Blue) = 90+100+93=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 100 - color contains mainly: green. Hex color #5A645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A645D is #A59BA2. Grayscale: #606060. Windows color (decimal): -10853283 or 6120538. OLE color: 6120538.
HSL color Cylindrical-coordinate representation of color #5A645D: hue angle of 138º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A645D is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 100 | 93 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.61 |
| HSL | 138º | 0.05% | 0.37% | - |
| HSV(B) | 138º | 0.1% | 0.39% | - |
| XYZ | 10.75 | 12.08 | 12.12 | - |
| YUV | 96.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 93 | 0.10 | 0 | 0.07 | 0.61 | 138 | 0.05 | 0.37 |
| Hex | 5A | 64 | 5D | A | 0 | 7 | 3D | 8A | 5 | 25 |
| Octal | 132 | 144 | 135 | 12 | 0 | 7 | 75 | 212 | 5 | 45 |
| Binary | 1011010 | 1100100 | 1011101 | 1010 | 0 | 111 | 111101 | 10001010 | 101 | 100101 |
Color Harmonies of #5A645D
Complementary color
Monochromatic Colors of #5A645D
Black with #5A645D
Text Example
Text Example
White with #5A645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A645D; }
p { color: rgb(90,100,93); }
H1.HeaderClassName
{
color: #5A645D;
}
.AnyTagClassName
{
color: #5A645D;
}
</style>
background-color css
<style>
a { background-color: #5A645D; }
a { background-color: rgb(90,100,93); }
div.DivClassName
{
background-color: #5A645D;
}
.BgClassName
{
background-color: #5A645D;
}
</style>
border-color css
<style>
span { border-color: #5A645D; }
span { border-color: rgb(90,100,93); }
td.TdClassName
{
border-color: #5A645D;
}
.TagClassName
{
border-color: #5A645D;
}
</style>