Shades of Patina #599488
Tints of Patina #599488
RGB
CMYK
RGB Variations
Color information
#599488 (or 0x599488) is known color: Patina. HEX triplet: 59, 94 and 88. RGB value is (89,148,136). Sum of RGB (Red+Green+Blue) = 89+148+136=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #599488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599488 is #A66B77. Grayscale: #808080. Windows color (decimal): -10906488 or 8950873. OLE color: 8950873.
HSL color Cylindrical-coordinate representation of color #599488: hue angle of 167.8º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599488 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 136 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.42 |
| HSL | 167.8º | 0.25% | 0.46% | - |
| HSV(B) | 167.8º | 0.4% | 0.58% | - |
| XYZ | 19.15 | 25.08 | 27.12 | - |
| YUV | 128.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 136 | 0.40 | 0 | 0.08 | 0.42 | 167.8 | 0.25 | 0.46 |
| Hex | 59 | 94 | 88 | 28 | 0 | 8 | 2A | A8 | 19 | 2E |
| Octal | 131 | 224 | 210 | 50 | 0 | 10 | 52 | 250 | 31 | 56 |
| Binary | 1011001 | 10010100 | 10001000 | 101000 | 0 | 1000 | 101010 | 10101000 | 11001 | 101110 |
Color Harmonies of #599488
Complementary color
Monochromatic Colors of #599488
Black with #599488
Text Example
Text Example
White with #599488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599488; }
p { color: rgb(89,148,136); }
H1.HeaderClassName
{
color: #599488;
}
.AnyTagClassName
{
color: #599488;
}
</style>
background-color css
<style>
a { background-color: #599488; }
a { background-color: rgb(89,148,136); }
div.DivClassName
{
background-color: #599488;
}
.BgClassName
{
background-color: #599488;
}
</style>
border-color css
<style>
span { border-color: #599488; }
span { border-color: rgb(89,148,136); }
td.TdClassName
{
border-color: #599488;
}
.TagClassName
{
border-color: #599488;
}
</style>