Shades of Patina #559B7F
Tints of Patina #559B7F
RGB
CMYK
RGB Variations
Color information
#559B7F (or 0x559B7F) is known color: Patina. HEX triplet: 55, 9B and 7F. RGB value is (85,155,127). Sum of RGB (Red+Green+Blue) = 85+155+127=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #559B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B7F is #AA6480. Grayscale: #828282. Windows color (decimal): -11166849 or 8362837. OLE color: 8362837.
HSL color Cylindrical-coordinate representation of color #559B7F: hue angle of 156º 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 #559B7F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 127 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.39 |
| HSL | 156º | 0.29% | 0.47% | - |
| HSV(B) | 156º | 0.45% | 0.61% | - |
| XYZ | 19.3 | 26.91 | 24.25 | - |
| YUV | 130.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 127 | 0.45 | 0 | 0.18 | 0.39 | 156 | 0.29 | 0.47 |
| Hex | 55 | 9B | 7F | 2D | 0 | 12 | 27 | 9C | 1D | 2F |
| Octal | 125 | 233 | 177 | 55 | 0 | 22 | 47 | 234 | 35 | 57 |
| Binary | 1010101 | 10011011 | 1111111 | 101101 | 0 | 10010 | 100111 | 10011100 | 11101 | 101111 |
Color Harmonies of #559B7F
Complementary color
Monochromatic Colors of #559B7F
Black with #559B7F
Text Example
Text Example
White with #559B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B7F; }
p { color: rgb(85,155,127); }
H1.HeaderClassName
{
color: #559B7F;
}
.AnyTagClassName
{
color: #559B7F;
}
</style>
background-color css
<style>
a { background-color: #559B7F; }
a { background-color: rgb(85,155,127); }
div.DivClassName
{
background-color: #559B7F;
}
.BgClassName
{
background-color: #559B7F;
}
</style>
border-color css
<style>
span { border-color: #559B7F; }
span { border-color: rgb(85,155,127); }
td.TdClassName
{
border-color: #559B7F;
}
.TagClassName
{
border-color: #559B7F;
}
</style>