Shades of Patina #56907C
Tints of Patina #56907C
RGB
CMYK
RGB Variations
Color information
#56907C (or 0x56907C) is known color: Patina. HEX triplet: 56, 90 and 7C. RGB value is (86,144,124). Sum of RGB (Red+Green+Blue) = 86+144+124=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #56907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56907C is #A96F83. Grayscale: #7C7C7C. Windows color (decimal): -11104132 or 8163414. OLE color: 8163414.
HSL color Cylindrical-coordinate representation of color #56907C: hue angle of 159.31º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56907C is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 144 | 124 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.44 |
| HSL | 159.31º | 0.25% | 0.45% | - |
| HSV(B) | 159.31º | 0.4% | 0.56% | - |
| XYZ | 17.45 | 23.38 | 22.66 | - |
| YUV | 124.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 124 | 0.40 | 0 | 0.14 | 0.44 | 159.31 | 0.25 | 0.45 |
| Hex | 56 | 90 | 7C | 28 | 0 | E | 2C | 9F | 19 | 2D |
| Octal | 126 | 220 | 174 | 50 | 0 | 16 | 54 | 237 | 31 | 55 |
| Binary | 1010110 | 10010000 | 1111100 | 101000 | 0 | 1110 | 101100 | 10011111 | 11001 | 101101 |
Color Harmonies of #56907C
Complementary color
Monochromatic Colors of #56907C
Black with #56907C
Text Example
Text Example
White with #56907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56907C; }
p { color: rgb(86,144,124); }
H1.HeaderClassName
{
color: #56907C;
}
.AnyTagClassName
{
color: #56907C;
}
</style>
background-color css
<style>
a { background-color: #56907C; }
a { background-color: rgb(86,144,124); }
div.DivClassName
{
background-color: #56907C;
}
.BgClassName
{
background-color: #56907C;
}
</style>
border-color css
<style>
span { border-color: #56907C; }
span { border-color: rgb(86,144,124); }
td.TdClassName
{
border-color: #56907C;
}
.TagClassName
{
border-color: #56907C;
}
</style>