Shades of Mineral Green #506B54
Tints of Mineral Green #506B54
RGB
CMYK
RGB Variations
Color information
#506B54 (or 0x506B54) is known color: Mineral Green. HEX triplet: 50, 6B and 54. RGB value is (80,107,84). Sum of RGB (Red+Green+Blue) = 80+107+84=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #506B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B54 is #AF94AB. Grayscale: #606060. Windows color (decimal): -11506860 or 5532496. OLE color: 5532496.
HSL color Cylindrical-coordinate representation of color #506B54: hue angle of 128.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B54 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 84 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.58 |
| HSL | 128.89º | 0.14% | 0.37% | - |
| HSV(B) | 128.89º | 0.25% | 0.42% | - |
| XYZ | 10.17 | 12.86 | 10.33 | - |
| YUV | 96.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 84 | 0.25 | 0 | 0.21 | 0.58 | 128.89 | 0.14 | 0.37 |
| Hex | 50 | 6B | 54 | 19 | 0 | 15 | 3A | 81 | E | 25 |
| Octal | 120 | 153 | 124 | 31 | 0 | 25 | 72 | 201 | 16 | 45 |
| Binary | 1010000 | 1101011 | 1010100 | 11001 | 0 | 10101 | 111010 | 10000001 | 1110 | 100101 |
Color Harmonies of #506B54
Complementary color
Monochromatic Colors of #506B54
Black with #506B54
Text Example
Text Example
White with #506B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B54; }
p { color: rgb(80,107,84); }
H1.HeaderClassName
{
color: #506B54;
}
.AnyTagClassName
{
color: #506B54;
}
</style>
background-color css
<style>
a { background-color: #506B54; }
a { background-color: rgb(80,107,84); }
div.DivClassName
{
background-color: #506B54;
}
.BgClassName
{
background-color: #506B54;
}
</style>
border-color css
<style>
span { border-color: #506B54; }
span { border-color: rgb(80,107,84); }
td.TdClassName
{
border-color: #506B54;
}
.TagClassName
{
border-color: #506B54;
}
</style>