Shades of Dark Green Copper #53756B
Tints of Dark Green Copper #53756B
RGB
CMYK
RGB Variations
Color information
#53756B (or 0x53756B) is known color: Dark Green Copper. HEX triplet: 53, 75 and 6B. RGB value is (83,117,107). Sum of RGB (Red+Green+Blue) = 83+117+107=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #53756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53756B is #AC8A94. Grayscale: #696969. Windows color (decimal): -11307669 or 7042387. OLE color: 7042387.
HSL color Cylindrical-coordinate representation of color #53756B: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53756B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 107 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.54 |
| HSL | 162.35º | 0.17% | 0.39% | - |
| HSV(B) | 162.35º | 0.29% | 0.46% | - |
| XYZ | 12.58 | 15.62 | 16.26 | - |
| YUV | 105.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 107 | 0.29 | 0 | 0.09 | 0.54 | 162.35 | 0.17 | 0.39 |
| Hex | 53 | 75 | 6B | 1D | 0 | 9 | 36 | A2 | 11 | 27 |
| Octal | 123 | 165 | 153 | 35 | 0 | 11 | 66 | 242 | 21 | 47 |
| Binary | 1010011 | 1110101 | 1101011 | 11101 | 0 | 1001 | 110110 | 10100010 | 10001 | 100111 |
Color Harmonies of #53756B
Complementary color
Monochromatic Colors of #53756B
Black with #53756B
Text Example
Text Example
White with #53756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53756B; }
p { color: rgb(83,117,107); }
H1.HeaderClassName
{
color: #53756B;
}
.AnyTagClassName
{
color: #53756B;
}
</style>
background-color css
<style>
a { background-color: #53756B; }
a { background-color: rgb(83,117,107); }
div.DivClassName
{
background-color: #53756B;
}
.BgClassName
{
background-color: #53756B;
}
</style>
border-color css
<style>
span { border-color: #53756B; }
span { border-color: rgb(83,117,107); }
td.TdClassName
{
border-color: #53756B;
}
.TagClassName
{
border-color: #53756B;
}
</style>