Shades of Patina #569D81
Tints of Patina #569D81
RGB
CMYK
RGB Variations
Color information
#569D81 (or 0x569D81) is known color: Patina. HEX triplet: 56, 9D and 81. RGB value is (86,157,129). Sum of RGB (Red+Green+Blue) = 86+157+129=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #569D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569D81 is #A9627E. Grayscale: #848484. Windows color (decimal): -11100799 or 8494422. OLE color: 8494422.
HSL color Cylindrical-coordinate representation of color #569D81: hue angle of 156.34º 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 #569D81 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 129 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.38 |
| HSL | 156.34º | 0.29% | 0.48% | - |
| HSV(B) | 156.34º | 0.45% | 0.62% | - |
| XYZ | 19.86 | 27.68 | 25.06 | - |
| YUV | 132.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 129 | 0.45 | 0 | 0.18 | 0.38 | 156.34 | 0.29 | 0.48 |
| Hex | 56 | 9D | 81 | 2D | 0 | 12 | 26 | 9C | 1D | 30 |
| Octal | 126 | 235 | 201 | 55 | 0 | 22 | 46 | 234 | 35 | 60 |
| Binary | 1010110 | 10011101 | 10000001 | 101101 | 0 | 10010 | 100110 | 10011100 | 11101 | 110000 |
Color Harmonies of #569D81
Complementary color
Monochromatic Colors of #569D81
Black with #569D81
Text Example
Text Example
White with #569D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D81; }
p { color: rgb(86,157,129); }
H1.HeaderClassName
{
color: #569D81;
}
.AnyTagClassName
{
color: #569D81;
}
</style>
background-color css
<style>
a { background-color: #569D81; }
a { background-color: rgb(86,157,129); }
div.DivClassName
{
background-color: #569D81;
}
.BgClassName
{
background-color: #569D81;
}
</style>
border-color css
<style>
span { border-color: #569D81; }
span { border-color: rgb(86,157,129); }
td.TdClassName
{
border-color: #569D81;
}
.TagClassName
{
border-color: #569D81;
}
</style>