Shades of Dark Green Copper #526B63
Tints of Dark Green Copper #526B63
RGB
CMYK
RGB Variations
Color information
#526B63 (or 0x526B63) is known color: Dark Green Copper. HEX triplet: 52, 6B and 63. RGB value is (82,107,99). Sum of RGB (Red+Green+Blue) = 82+107+99=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #526B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B63 is #AD949C. Grayscale: #626262. Windows color (decimal): -11375773 or 6515538. OLE color: 6515538.
HSL color Cylindrical-coordinate representation of color #526B63: hue angle of 160.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526B63 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 107 | 99 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.58 |
| HSL | 160.8º | 0.13% | 0.37% | - |
| HSV(B) | 160.8º | 0.23% | 0.42% | - |
| XYZ | 10.99 | 13.21 | 13.77 | - |
| YUV | 98.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 99 | 0.23 | 0 | 0.07 | 0.58 | 160.8 | 0.13 | 0.37 |
| Hex | 52 | 6B | 63 | 17 | 0 | 7 | 3A | A1 | D | 25 |
| Octal | 122 | 153 | 143 | 27 | 0 | 7 | 72 | 241 | 15 | 45 |
| Binary | 1010010 | 1101011 | 1100011 | 10111 | 0 | 111 | 111010 | 10100001 | 1101 | 100101 |
Color Harmonies of #526B63
Complementary color
Monochromatic Colors of #526B63
Black with #526B63
Text Example
Text Example
White with #526B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B63; }
p { color: rgb(82,107,99); }
H1.HeaderClassName
{
color: #526B63;
}
.AnyTagClassName
{
color: #526B63;
}
</style>
background-color css
<style>
a { background-color: #526B63; }
a { background-color: rgb(82,107,99); }
div.DivClassName
{
background-color: #526B63;
}
.BgClassName
{
background-color: #526B63;
}
</style>
border-color css
<style>
span { border-color: #526B63; }
span { border-color: rgb(82,107,99); }
td.TdClassName
{
border-color: #526B63;
}
.TagClassName
{
border-color: #526B63;
}
</style>