Shades of Mineral Green #505C52
Tints of Mineral Green #505C52
RGB
CMYK
RGB Variations
Color information
#505C52 (or 0x505C52) is known color: Mineral Green. HEX triplet: 50, 5C and 52. RGB value is (80,92,82). Sum of RGB (Red+Green+Blue) = 80+92+82=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #505C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C52 is #AFA3AD. Grayscale: #575757. Windows color (decimal): -11510702 or 5397584. OLE color: 5397584.
HSL color Cylindrical-coordinate representation of color #505C52: hue angle of 130º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C52 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 82 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.64 |
| HSL | 130º | 0.07% | 0.34% | - |
| HSV(B) | 130º | 0.13% | 0.36% | - |
| XYZ | 8.66 | 9.97 | 9.45 | - |
| YUV | 87.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 82 | 0.13 | 0 | 0.11 | 0.64 | 130 | 0.07 | 0.34 |
| Hex | 50 | 5C | 52 | D | 0 | B | 40 | 82 | 7 | 22 |
| Octal | 120 | 134 | 122 | 15 | 0 | 13 | 100 | 202 | 7 | 42 |
| Binary | 1010000 | 1011100 | 1010010 | 1101 | 0 | 1011 | 1000000 | 10000010 | 111 | 100010 |
Color Harmonies of #505C52
Complementary color
Monochromatic Colors of #505C52
Black with #505C52
Text Example
Text Example
White with #505C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C52; }
p { color: rgb(80,92,82); }
H1.HeaderClassName
{
color: #505C52;
}
.AnyTagClassName
{
color: #505C52;
}
</style>
background-color css
<style>
a { background-color: #505C52; }
a { background-color: rgb(80,92,82); }
div.DivClassName
{
background-color: #505C52;
}
.BgClassName
{
background-color: #505C52;
}
</style>
border-color css
<style>
span { border-color: #505C52; }
span { border-color: rgb(80,92,82); }
td.TdClassName
{
border-color: #505C52;
}
.TagClassName
{
border-color: #505C52;
}
</style>