Shades of Dark Green Copper #536A63
Tints of Dark Green Copper #536A63
RGB
CMYK
RGB Variations
Color information
#536A63 (or 0x536A63) is known color: Dark Green Copper. HEX triplet: 53, 6A and 63. RGB value is (83,106,99). Sum of RGB (Red+Green+Blue) = 83+106+99=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #536A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A63 is #AC959C. Grayscale: #626262. Windows color (decimal): -11310493 or 6515283. OLE color: 6515283.
HSL color Cylindrical-coordinate representation of color #536A63: hue angle of 161.74º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536A63 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 99 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.58 |
| HSL | 161.74º | 0.12% | 0.37% | - |
| HSV(B) | 161.74º | 0.22% | 0.42% | - |
| XYZ | 10.97 | 13.05 | 13.74 | - |
| YUV | 98.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 99 | 0.22 | 0 | 0.07 | 0.58 | 161.74 | 0.12 | 0.37 |
| Hex | 53 | 6A | 63 | 16 | 0 | 7 | 3A | A2 | C | 25 |
| Octal | 123 | 152 | 143 | 26 | 0 | 7 | 72 | 242 | 14 | 45 |
| Binary | 1010011 | 1101010 | 1100011 | 10110 | 0 | 111 | 111010 | 10100010 | 1100 | 100101 |
Color Harmonies of #536A63
Complementary color
Monochromatic Colors of #536A63
Black with #536A63
Text Example
Text Example
White with #536A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A63; }
p { color: rgb(83,106,99); }
H1.HeaderClassName
{
color: #536A63;
}
.AnyTagClassName
{
color: #536A63;
}
</style>
background-color css
<style>
a { background-color: #536A63; }
a { background-color: rgb(83,106,99); }
div.DivClassName
{
background-color: #536A63;
}
.BgClassName
{
background-color: #536A63;
}
</style>
border-color css
<style>
span { border-color: #536A63; }
span { border-color: rgb(83,106,99); }
td.TdClassName
{
border-color: #536A63;
}
.TagClassName
{
border-color: #536A63;
}
</style>