Shades of Mineral Green #56665C
Tints of Mineral Green #56665C
RGB
CMYK
RGB Variations
Color information
#56665C (or 0x56665C) is known color: Mineral Green. HEX triplet: 56, 66 and 5C. RGB value is (86,102,92). Sum of RGB (Red+Green+Blue) = 86+102+92=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #56665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56665C is #A999A3. Grayscale: #606060. Windows color (decimal): -11114916 or 6055510. OLE color: 6055510.
HSL color Cylindrical-coordinate representation of color #56665C: hue angle of 142.5º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #56665C is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 102 | 92 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.6 |
| HSL | 142.5º | 0.09% | 0.37% | - |
| HSV(B) | 142.5º | 0.16% | 0.4% | - |
| XYZ | 10.52 | 12.25 | 11.94 | - |
| YUV | 96.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 92 | 0.16 | 0 | 0.10 | 0.6 | 142.5 | 0.09 | 0.37 |
| Hex | 56 | 66 | 5C | 10 | 0 | A | 3C | 8E | 9 | 25 |
| Octal | 126 | 146 | 134 | 20 | 0 | 12 | 74 | 216 | 11 | 45 |
| Binary | 1010110 | 1100110 | 1011100 | 10000 | 0 | 1010 | 111100 | 10001110 | 1001 | 100101 |
Color Harmonies of #56665C
Complementary color
Monochromatic Colors of #56665C
Black with #56665C
Text Example
Text Example
White with #56665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56665C; }
p { color: rgb(86,102,92); }
H1.HeaderClassName
{
color: #56665C;
}
.AnyTagClassName
{
color: #56665C;
}
</style>
background-color css
<style>
a { background-color: #56665C; }
a { background-color: rgb(86,102,92); }
div.DivClassName
{
background-color: #56665C;
}
.BgClassName
{
background-color: #56665C;
}
</style>
border-color css
<style>
span { border-color: #56665C; }
span { border-color: rgb(86,102,92); }
td.TdClassName
{
border-color: #56665C;
}
.TagClassName
{
border-color: #56665C;
}
</style>