Shades of Patina #599588
Tints of Patina #599588
RGB
CMYK
RGB Variations
Color information
#599588 (or 0x599588) is known color: Patina. HEX triplet: 59, 95 and 88. RGB value is (89,149,136). Sum of RGB (Red+Green+Blue) = 89+149+136=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #599588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599588 is #A66A77. Grayscale: #818181. Windows color (decimal): -10906232 or 8951129. OLE color: 8951129.
HSL color Cylindrical-coordinate representation of color #599588: hue angle of 167º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599588 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 136 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.42 |
| HSL | 167º | 0.25% | 0.47% | - |
| HSV(B) | 167º | 0.4% | 0.58% | - |
| XYZ | 19.31 | 25.4 | 27.18 | - |
| YUV | 129.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 136 | 0.40 | 0 | 0.09 | 0.42 | 167 | 0.25 | 0.47 |
| Hex | 59 | 95 | 88 | 28 | 0 | 9 | 2A | A7 | 19 | 2F |
| Octal | 131 | 225 | 210 | 50 | 0 | 11 | 52 | 247 | 31 | 57 |
| Binary | 1011001 | 10010101 | 10001000 | 101000 | 0 | 1001 | 101010 | 10100111 | 11001 | 101111 |
Color Harmonies of #599588
Complementary color
Monochromatic Colors of #599588
Black with #599588
Text Example
Text Example
White with #599588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599588; }
p { color: rgb(89,149,136); }
H1.HeaderClassName
{
color: #599588;
}
.AnyTagClassName
{
color: #599588;
}
</style>
background-color css
<style>
a { background-color: #599588; }
a { background-color: rgb(89,149,136); }
div.DivClassName
{
background-color: #599588;
}
.BgClassName
{
background-color: #599588;
}
</style>
border-color css
<style>
span { border-color: #599588; }
span { border-color: rgb(89,149,136); }
td.TdClassName
{
border-color: #599588;
}
.TagClassName
{
border-color: #599588;
}
</style>