Shades of Patina #569C7E
Tints of Patina #569C7E
RGB
CMYK
RGB Variations
Color information
#569C7E (or 0x569C7E) is known color: Patina. HEX triplet: 56, 9C and 7E. RGB value is (86,156,126). Sum of RGB (Red+Green+Blue) = 86+156+126=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #569C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C7E is #A96381. Grayscale: #838383. Windows color (decimal): -11101058 or 8297558. OLE color: 8297558.
HSL color Cylindrical-coordinate representation of color #569C7E: hue angle of 154.29º 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 #569C7E is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 126 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.39 |
| HSL | 154.29º | 0.29% | 0.47% | - |
| HSV(B) | 154.29º | 0.45% | 0.61% | - |
| XYZ | 19.49 | 27.26 | 23.97 | - |
| YUV | 131.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 126 | 0.45 | 0 | 0.19 | 0.39 | 154.29 | 0.29 | 0.47 |
| Hex | 56 | 9C | 7E | 2D | 0 | 13 | 27 | 9A | 1D | 2F |
| Octal | 126 | 234 | 176 | 55 | 0 | 23 | 47 | 232 | 35 | 57 |
| Binary | 1010110 | 10011100 | 1111110 | 101101 | 0 | 10011 | 100111 | 10011010 | 11101 | 101111 |
Color Harmonies of #569C7E
Complementary color
Monochromatic Colors of #569C7E
Black with #569C7E
Text Example
Text Example
White with #569C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C7E; }
p { color: rgb(86,156,126); }
H1.HeaderClassName
{
color: #569C7E;
}
.AnyTagClassName
{
color: #569C7E;
}
</style>
background-color css
<style>
a { background-color: #569C7E; }
a { background-color: rgb(86,156,126); }
div.DivClassName
{
background-color: #569C7E;
}
.BgClassName
{
background-color: #569C7E;
}
</style>
border-color css
<style>
span { border-color: #569C7E; }
span { border-color: rgb(86,156,126); }
td.TdClassName
{
border-color: #569C7E;
}
.TagClassName
{
border-color: #569C7E;
}
</style>