Shades of Mineral Green #506553
Tints of Mineral Green #506553
RGB
CMYK
RGB Variations
Color information
#506553 (or 0x506553) is known color: Mineral Green. HEX triplet: 50, 65 and 53. RGB value is (80,101,83). Sum of RGB (Red+Green+Blue) = 80+101+83=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #506553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506553 is #AF9AAC. Grayscale: #5C5C5C. Windows color (decimal): -11508397 or 5465424. OLE color: 5465424.
HSL color Cylindrical-coordinate representation of color #506553: hue angle of 128.57º 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 #506553 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 83 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.60 |
| HSL | 128.57º | 0.12% | 0.35% | - |
| HSV(B) | 128.57º | 0.21% | 0.4% | - |
| XYZ | 9.52 | 11.64 | 9.93 | - |
| YUV | 92.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 83 | 0.21 | 0 | 0.18 | 0.60 | 128.57 | 0.12 | 0.35 |
| Hex | 50 | 65 | 53 | 15 | 0 | 12 | 3C | 81 | C | 23 |
| Octal | 120 | 145 | 123 | 25 | 0 | 22 | 74 | 201 | 14 | 43 |
| Binary | 1010000 | 1100101 | 1010011 | 10101 | 0 | 10010 | 111100 | 10000001 | 1100 | 100011 |
Color Harmonies of #506553
Complementary color
Monochromatic Colors of #506553
Black with #506553
Text Example
Text Example
White with #506553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506553; }
p { color: rgb(80,101,83); }
H1.HeaderClassName
{
color: #506553;
}
.AnyTagClassName
{
color: #506553;
}
</style>
background-color css
<style>
a { background-color: #506553; }
a { background-color: rgb(80,101,83); }
div.DivClassName
{
background-color: #506553;
}
.BgClassName
{
background-color: #506553;
}
</style>
border-color css
<style>
span { border-color: #506553; }
span { border-color: rgb(80,101,83); }
td.TdClassName
{
border-color: #506553;
}
.TagClassName
{
border-color: #506553;
}
</style>