Shades of Patina #569C8A
Tints of Patina #569C8A
RGB
CMYK
RGB Variations
Color information
#569C8A (or 0x569C8A) is known color: Patina. HEX triplet: 56, 9C and 8A. RGB value is (86,156,138). Sum of RGB (Red+Green+Blue) = 86+156+138=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #569C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569C8A is #A96375. Grayscale: #858585. Windows color (decimal): -11101046 or 9083990. OLE color: 9083990.
HSL color Cylindrical-coordinate representation of color #569C8A: hue angle of 164.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569C8A is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 138 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.39 |
| HSL | 164.57º | 0.29% | 0.47% | - |
| HSV(B) | 164.57º | 0.45% | 0.61% | - |
| XYZ | 20.31 | 27.59 | 28.3 | - |
| YUV | 133.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 138 | 0.45 | 0 | 0.12 | 0.39 | 164.57 | 0.29 | 0.47 |
| Hex | 56 | 9C | 8A | 2D | 0 | C | 27 | A5 | 1D | 2F |
| Octal | 126 | 234 | 212 | 55 | 0 | 14 | 47 | 245 | 35 | 57 |
| Binary | 1010110 | 10011100 | 10001010 | 101101 | 0 | 1100 | 100111 | 10100101 | 11101 | 101111 |
Color Harmonies of #569C8A
Complementary color
Monochromatic Colors of #569C8A
Black with #569C8A
Text Example
Text Example
White with #569C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C8A; }
p { color: rgb(86,156,138); }
H1.HeaderClassName
{
color: #569C8A;
}
.AnyTagClassName
{
color: #569C8A;
}
</style>
background-color css
<style>
a { background-color: #569C8A; }
a { background-color: rgb(86,156,138); }
div.DivClassName
{
background-color: #569C8A;
}
.BgClassName
{
background-color: #569C8A;
}
</style>
border-color css
<style>
span { border-color: #569C8A; }
span { border-color: rgb(86,156,138); }
td.TdClassName
{
border-color: #569C8A;
}
.TagClassName
{
border-color: #569C8A;
}
</style>