Shades of Patina #599D91
Tints of Patina #599D91
RGB
CMYK
RGB Variations
Color information
#599D91 (or 0x599D91) is known color: Patina. HEX triplet: 59, 9D and 91. RGB value is (89,157,145). Sum of RGB (Red+Green+Blue) = 89+157+145=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #599D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D91 is #A6626E. Grayscale: #878787. Windows color (decimal): -10904175 or 9543001. OLE color: 9543001.
HSL color Cylindrical-coordinate representation of color #599D91: hue angle of 169.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D91 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 145 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.38 |
| HSL | 169.41º | 0.28% | 0.48% | - |
| HSV(B) | 169.41º | 0.43% | 0.62% | - |
| XYZ | 21.29 | 28.28 | 31.13 | - |
| YUV | 135.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 145 | 0.43 | 0 | 0.08 | 0.38 | 169.41 | 0.28 | 0.48 |
| Hex | 59 | 9D | 91 | 2B | 0 | 8 | 26 | A9 | 1C | 30 |
| Octal | 131 | 235 | 221 | 53 | 0 | 10 | 46 | 251 | 34 | 60 |
| Binary | 1011001 | 10011101 | 10010001 | 101011 | 0 | 1000 | 100110 | 10101001 | 11100 | 110000 |
Color Harmonies of #599D91
Complementary color
Monochromatic Colors of #599D91
Black with #599D91
Text Example
Text Example
White with #599D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D91; }
p { color: rgb(89,157,145); }
H1.HeaderClassName
{
color: #599D91;
}
.AnyTagClassName
{
color: #599D91;
}
</style>
background-color css
<style>
a { background-color: #599D91; }
a { background-color: rgb(89,157,145); }
div.DivClassName
{
background-color: #599D91;
}
.BgClassName
{
background-color: #599D91;
}
</style>
border-color css
<style>
span { border-color: #599D91; }
span { border-color: rgb(89,157,145); }
td.TdClassName
{
border-color: #599D91;
}
.TagClassName
{
border-color: #599D91;
}
</style>