Shades of Mineral Green #57655B
Tints of Mineral Green #57655B
RGB
CMYK
RGB Variations
Color information
#57655B (or 0x57655B) is known color: Mineral Green. HEX triplet: 57, 65 and 5B. RGB value is (87,101,91). Sum of RGB (Red+Green+Blue) = 87+101+91=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #57655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57655B is #A89AA4. Grayscale: #5F5F5F. Windows color (decimal): -11049637 or 5989719. OLE color: 5989719.
HSL color Cylindrical-coordinate representation of color #57655B: hue angle of 137.14º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57655B is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 101 | 91 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.60 |
| HSL | 137.14º | 0.07% | 0.37% | - |
| HSV(B) | 137.14º | 0.14% | 0.4% | - |
| XYZ | 10.47 | 12.09 | 11.68 | - |
| YUV | 95.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 91 | 0.14 | 0 | 0.10 | 0.60 | 137.14 | 0.07 | 0.37 |
| Hex | 57 | 65 | 5B | E | 0 | A | 3C | 89 | 7 | 25 |
| Octal | 127 | 145 | 133 | 16 | 0 | 12 | 74 | 211 | 7 | 45 |
| Binary | 1010111 | 1100101 | 1011011 | 1110 | 0 | 1010 | 111100 | 10001001 | 111 | 100101 |
Color Harmonies of #57655B
Complementary color
Monochromatic Colors of #57655B
Black with #57655B
Text Example
Text Example
White with #57655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57655B; }
p { color: rgb(87,101,91); }
H1.HeaderClassName
{
color: #57655B;
}
.AnyTagClassName
{
color: #57655B;
}
</style>
background-color css
<style>
a { background-color: #57655B; }
a { background-color: rgb(87,101,91); }
div.DivClassName
{
background-color: #57655B;
}
.BgClassName
{
background-color: #57655B;
}
</style>
border-color css
<style>
span { border-color: #57655B; }
span { border-color: rgb(87,101,91); }
td.TdClassName
{
border-color: #57655B;
}
.TagClassName
{
border-color: #57655B;
}
</style>