Shades of Patina #569D89
Tints of Patina #569D89
RGB
CMYK
RGB Variations
Color information
#569D89 (or 0x569D89) is known color: Patina. HEX triplet: 56, 9D and 89. RGB value is (86,157,137). Sum of RGB (Red+Green+Blue) = 86+157+137=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #569D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569D89 is #A96276. Grayscale: #858585. Windows color (decimal): -11100791 or 9018710. OLE color: 9018710.
HSL color Cylindrical-coordinate representation of color #569D89: hue angle of 163.1º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569D89 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 137 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.38 |
| HSL | 163.1º | 0.29% | 0.48% | - |
| HSV(B) | 163.1º | 0.45% | 0.62% | - |
| XYZ | 20.41 | 27.9 | 27.98 | - |
| YUV | 133.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 137 | 0.45 | 0 | 0.13 | 0.38 | 163.1 | 0.29 | 0.48 |
| Hex | 56 | 9D | 89 | 2D | 0 | D | 26 | A3 | 1D | 30 |
| Octal | 126 | 235 | 211 | 55 | 0 | 15 | 46 | 243 | 35 | 60 |
| Binary | 1010110 | 10011101 | 10001001 | 101101 | 0 | 1101 | 100110 | 10100011 | 11101 | 110000 |
Color Harmonies of #569D89
Complementary color
Monochromatic Colors of #569D89
Black with #569D89
Text Example
Text Example
White with #569D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D89; }
p { color: rgb(86,157,137); }
H1.HeaderClassName
{
color: #569D89;
}
.AnyTagClassName
{
color: #569D89;
}
</style>
background-color css
<style>
a { background-color: #569D89; }
a { background-color: rgb(86,157,137); }
div.DivClassName
{
background-color: #569D89;
}
.BgClassName
{
background-color: #569D89;
}
</style>
border-color css
<style>
span { border-color: #569D89; }
span { border-color: rgb(86,157,137); }
td.TdClassName
{
border-color: #569D89;
}
.TagClassName
{
border-color: #569D89;
}
</style>