Shades of Mineral Green #506554
Tints of Mineral Green #506554
RGB
CMYK
RGB Variations
Color information
#506554 (or 0x506554) is known color: Mineral Green. HEX triplet: 50, 65 and 54. RGB value is (80,101,84). Sum of RGB (Red+Green+Blue) = 80+101+84=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #506554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506554 is #AF9AAB. Grayscale: #5C5C5C. Windows color (decimal): -11508396 or 5530960. OLE color: 5530960.
HSL color Cylindrical-coordinate representation of color #506554: hue angle of 131.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #506554 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 84 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.60 |
| HSL | 131.43º | 0.12% | 0.35% | - |
| HSV(B) | 131.43º | 0.21% | 0.4% | - |
| XYZ | 9.56 | 11.65 | 10.13 | - |
| YUV | 92.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 84 | 0.21 | 0 | 0.17 | 0.60 | 131.43 | 0.12 | 0.35 |
| Hex | 50 | 65 | 54 | 15 | 0 | 11 | 3C | 83 | C | 23 |
| Octal | 120 | 145 | 124 | 25 | 0 | 21 | 74 | 203 | 14 | 43 |
| Binary | 1010000 | 1100101 | 1010100 | 10101 | 0 | 10001 | 111100 | 10000011 | 1100 | 100011 |
Color Harmonies of #506554
Complementary color
Monochromatic Colors of #506554
Black with #506554
Text Example
Text Example
White with #506554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506554; }
p { color: rgb(80,101,84); }
H1.HeaderClassName
{
color: #506554;
}
.AnyTagClassName
{
color: #506554;
}
</style>
background-color css
<style>
a { background-color: #506554; }
a { background-color: rgb(80,101,84); }
div.DivClassName
{
background-color: #506554;
}
.BgClassName
{
background-color: #506554;
}
</style>
border-color css
<style>
span { border-color: #506554; }
span { border-color: rgb(80,101,84); }
td.TdClassName
{
border-color: #506554;
}
.TagClassName
{
border-color: #506554;
}
</style>