Shades of Patina #56917C
Tints of Patina #56917C
RGB
CMYK
RGB Variations
Color information
#56917C (or 0x56917C) is known color: Patina. HEX triplet: 56, 91 and 7C. RGB value is (86,145,124). Sum of RGB (Red+Green+Blue) = 86+145+124=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #56917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56917C is #A96E83. Grayscale: #7C7C7C. Windows color (decimal): -11103876 or 8163670. OLE color: 8163670.
HSL color Cylindrical-coordinate representation of color #56917C: hue angle of 158.64º 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 #56917C is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 145 | 124 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.43 |
| HSL | 158.64º | 0.26% | 0.45% | - |
| HSV(B) | 158.64º | 0.41% | 0.57% | - |
| XYZ | 17.6 | 23.68 | 22.71 | - |
| YUV | 124.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 124 | 0.41 | 0 | 0.14 | 0.43 | 158.64 | 0.26 | 0.45 |
| Hex | 56 | 91 | 7C | 29 | 0 | E | 2B | 9F | 1A | 2D |
| Octal | 126 | 221 | 174 | 51 | 0 | 16 | 53 | 237 | 32 | 55 |
| Binary | 1010110 | 10010001 | 1111100 | 101001 | 0 | 1110 | 101011 | 10011111 | 11010 | 101101 |
Color Harmonies of #56917C
Complementary color
Monochromatic Colors of #56917C
Black with #56917C
Text Example
Text Example
White with #56917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56917C; }
p { color: rgb(86,145,124); }
H1.HeaderClassName
{
color: #56917C;
}
.AnyTagClassName
{
color: #56917C;
}
</style>
background-color css
<style>
a { background-color: #56917C; }
a { background-color: rgb(86,145,124); }
div.DivClassName
{
background-color: #56917C;
}
.BgClassName
{
background-color: #56917C;
}
</style>
border-color css
<style>
span { border-color: #56917C; }
span { border-color: rgb(86,145,124); }
td.TdClassName
{
border-color: #56917C;
}
.TagClassName
{
border-color: #56917C;
}
</style>