Shades of Patina #559C85
Tints of Patina #559C85
RGB
CMYK
RGB Variations
Color information
#559C85 (or 0x559C85) is known color: Patina. HEX triplet: 55, 9C and 85. RGB value is (85,156,133). Sum of RGB (Red+Green+Blue) = 85+156+133=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #559C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C85 is #AA637A. Grayscale: #848484. Windows color (decimal): -11166587 or 8756309. OLE color: 8756309.
HSL color Cylindrical-coordinate representation of color #559C85: hue angle of 160.56º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C85 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 133 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.39 |
| HSL | 160.56º | 0.29% | 0.47% | - |
| HSV(B) | 160.56º | 0.46% | 0.61% | - |
| XYZ | 19.87 | 27.4 | 26.43 | - |
| YUV | 132.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 133 | 0.46 | 0 | 0.15 | 0.39 | 160.56 | 0.29 | 0.47 |
| Hex | 55 | 9C | 85 | 2E | 0 | F | 27 | A1 | 1D | 2F |
| Octal | 125 | 234 | 205 | 56 | 0 | 17 | 47 | 241 | 35 | 57 |
| Binary | 1010101 | 10011100 | 10000101 | 101110 | 0 | 1111 | 100111 | 10100001 | 11101 | 101111 |
Color Harmonies of #559C85
Complementary color
Monochromatic Colors of #559C85
Black with #559C85
Text Example
Text Example
White with #559C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C85; }
p { color: rgb(85,156,133); }
H1.HeaderClassName
{
color: #559C85;
}
.AnyTagClassName
{
color: #559C85;
}
</style>
background-color css
<style>
a { background-color: #559C85; }
a { background-color: rgb(85,156,133); }
div.DivClassName
{
background-color: #559C85;
}
.BgClassName
{
background-color: #559C85;
}
</style>
border-color css
<style>
span { border-color: #559C85; }
span { border-color: rgb(85,156,133); }
td.TdClassName
{
border-color: #559C85;
}
.TagClassName
{
border-color: #559C85;
}
</style>