Shades of Patina #56917D
Tints of Patina #56917D
RGB
CMYK
RGB Variations
Color information
#56917D (or 0x56917D) is known color: Patina. HEX triplet: 56, 91 and 7D. RGB value is (86,145,125). Sum of RGB (Red+Green+Blue) = 86+145+125=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #56917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56917D is #A96E82. Grayscale: #7D7D7D. Windows color (decimal): -11103875 or 8229206. OLE color: 8229206.
HSL color Cylindrical-coordinate representation of color #56917D: hue angle of 159.66º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56917D is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 145 | 125 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.43 |
| HSL | 159.66º | 0.26% | 0.45% | - |
| HSV(B) | 159.66º | 0.41% | 0.57% | - |
| XYZ | 17.66 | 23.71 | 23.05 | - |
| YUV | 125.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 125 | 0.41 | 0 | 0.14 | 0.43 | 159.66 | 0.26 | 0.45 |
| Hex | 56 | 91 | 7D | 29 | 0 | E | 2B | A0 | 1A | 2D |
| Octal | 126 | 221 | 175 | 51 | 0 | 16 | 53 | 240 | 32 | 55 |
| Binary | 1010110 | 10010001 | 1111101 | 101001 | 0 | 1110 | 101011 | 10100000 | 11010 | 101101 |
Color Harmonies of #56917D
Complementary color
Monochromatic Colors of #56917D
Black with #56917D
Text Example
Text Example
White with #56917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56917D; }
p { color: rgb(86,145,125); }
H1.HeaderClassName
{
color: #56917D;
}
.AnyTagClassName
{
color: #56917D;
}
</style>
background-color css
<style>
a { background-color: #56917D; }
a { background-color: rgb(86,145,125); }
div.DivClassName
{
background-color: #56917D;
}
.BgClassName
{
background-color: #56917D;
}
</style>
border-color css
<style>
span { border-color: #56917D; }
span { border-color: rgb(86,145,125); }
td.TdClassName
{
border-color: #56917D;
}
.TagClassName
{
border-color: #56917D;
}
</style>