Shades of Mineral Green #525753
Tints of Mineral Green #525753
RGB
CMYK
RGB Variations
Color information
#525753 (or 0x525753) is known color: Mineral Green. HEX triplet: 52, 57 and 53. RGB value is (82,87,83). Sum of RGB (Red+Green+Blue) = 82+87+83=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 87 - color contains mainly: green. Hex color #525753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525753 is #ADA8AC. Grayscale: #555555. Windows color (decimal): -11380909 or 5461842. OLE color: 5461842.
HSL color Cylindrical-coordinate representation of color #525753: hue angle of 132º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #525753 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 83 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.66 |
| HSL | 132º | 0.03% | 0.33% | - |
| HSV(B) | 132º | 0.06% | 0.34% | - |
| XYZ | 8.45 | 9.23 | 9.52 | - |
| YUV | 85.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 83 | 0.06 | 0 | 0.05 | 0.66 | 132 | 0.03 | 0.33 |
| Hex | 52 | 57 | 53 | 6 | 0 | 5 | 42 | 84 | 3 | 21 |
| Octal | 122 | 127 | 123 | 6 | 0 | 5 | 102 | 204 | 3 | 41 |
| Binary | 1010010 | 1010111 | 1010011 | 110 | 0 | 101 | 1000010 | 10000100 | 11 | 100001 |
Color Harmonies of #525753
Complementary color
Monochromatic Colors of #525753
Black with #525753
Text Example
Text Example
White with #525753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525753; }
p { color: rgb(82,87,83); }
H1.HeaderClassName
{
color: #525753;
}
.AnyTagClassName
{
color: #525753;
}
</style>
background-color css
<style>
a { background-color: #525753; }
a { background-color: rgb(82,87,83); }
div.DivClassName
{
background-color: #525753;
}
.BgClassName
{
background-color: #525753;
}
</style>
border-color css
<style>
span { border-color: #525753; }
span { border-color: rgb(82,87,83); }
td.TdClassName
{
border-color: #525753;
}
.TagClassName
{
border-color: #525753;
}
</style>