Shades of Patina #56917B
Tints of Patina #56917B
RGB
CMYK
RGB Variations
Color information
#56917B (or 0x56917B) is known color: Patina. HEX triplet: 56, 91 and 7B. RGB value is (86,145,123). Sum of RGB (Red+Green+Blue) = 86+145+123=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #56917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56917B is #A96E84. Grayscale: #7C7C7C. Windows color (decimal): -11103877 or 8098134. OLE color: 8098134.
HSL color Cylindrical-coordinate representation of color #56917B: hue angle of 157.63º 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 #56917B is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 145 | 123 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.43 |
| HSL | 157.63º | 0.26% | 0.45% | - |
| HSV(B) | 157.63º | 0.41% | 0.57% | - |
| XYZ | 17.54 | 23.66 | 22.38 | - |
| YUV | 124.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 123 | 0.41 | 0 | 0.15 | 0.43 | 157.63 | 0.26 | 0.45 |
| Hex | 56 | 91 | 7B | 29 | 0 | F | 2B | 9E | 1A | 2D |
| Octal | 126 | 221 | 173 | 51 | 0 | 17 | 53 | 236 | 32 | 55 |
| Binary | 1010110 | 10010001 | 1111011 | 101001 | 0 | 1111 | 101011 | 10011110 | 11010 | 101101 |
Color Harmonies of #56917B
Complementary color
Monochromatic Colors of #56917B
Black with #56917B
Text Example
Text Example
White with #56917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56917B; }
p { color: rgb(86,145,123); }
H1.HeaderClassName
{
color: #56917B;
}
.AnyTagClassName
{
color: #56917B;
}
</style>
background-color css
<style>
a { background-color: #56917B; }
a { background-color: rgb(86,145,123); }
div.DivClassName
{
background-color: #56917B;
}
.BgClassName
{
background-color: #56917B;
}
</style>
border-color css
<style>
span { border-color: #56917B; }
span { border-color: rgb(86,145,123); }
td.TdClassName
{
border-color: #56917B;
}
.TagClassName
{
border-color: #56917B;
}
</style>