Shades of Patina #599B80
Tints of Patina #599B80
RGB
CMYK
RGB Variations
Color information
#599B80 (or 0x599B80) is known color: Patina. HEX triplet: 59, 9B and 80. RGB value is (89,155,128). Sum of RGB (Red+Green+Blue) = 89+155+128=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #599B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B80 is #A6647F. Grayscale: #848484. Windows color (decimal): -10904704 or 8428377. OLE color: 8428377.
HSL color Cylindrical-coordinate representation of color #599B80: hue angle of 155.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B80 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 155 | 128 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.39 |
| HSL | 155.45º | 0.27% | 0.48% | - |
| HSV(B) | 155.45º | 0.43% | 0.61% | - |
| XYZ | 19.74 | 27.13 | 24.62 | - |
| YUV | 132.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 128 | 0.43 | 0 | 0.17 | 0.39 | 155.45 | 0.27 | 0.48 |
| Hex | 59 | 9B | 80 | 2B | 0 | 11 | 27 | 9B | 1B | 30 |
| Octal | 131 | 233 | 200 | 53 | 0 | 21 | 47 | 233 | 33 | 60 |
| Binary | 1011001 | 10011011 | 10000000 | 101011 | 0 | 10001 | 100111 | 10011011 | 11011 | 110000 |
Color Harmonies of #599B80
Complementary color
Monochromatic Colors of #599B80
Black with #599B80
Text Example
Text Example
White with #599B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599B80; }
p { color: rgb(89,155,128); }
H1.HeaderClassName
{
color: #599B80;
}
.AnyTagClassName
{
color: #599B80;
}
</style>
background-color css
<style>
a { background-color: #599B80; }
a { background-color: rgb(89,155,128); }
div.DivClassName
{
background-color: #599B80;
}
.BgClassName
{
background-color: #599B80;
}
</style>
border-color css
<style>
span { border-color: #599B80; }
span { border-color: rgb(89,155,128); }
td.TdClassName
{
border-color: #599B80;
}
.TagClassName
{
border-color: #599B80;
}
</style>