Shades of Patina #599387
Tints of Patina #599387
RGB
CMYK
RGB Variations
Color information
#599387 (or 0x599387) is known color: Patina. HEX triplet: 59, 93 and 87. RGB value is (89,147,135). Sum of RGB (Red+Green+Blue) = 89+147+135=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #599387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599387 is #A66C78. Grayscale: #808080. Windows color (decimal): -10906745 or 8885081. OLE color: 8885081.
HSL color Cylindrical-coordinate representation of color #599387: hue angle of 167.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599387 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 135 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.42 |
| HSL | 167.59º | 0.25% | 0.46% | - |
| HSV(B) | 167.59º | 0.39% | 0.58% | - |
| XYZ | 18.93 | 24.74 | 26.7 | - |
| YUV | 128.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 135 | 0.39 | 0 | 0.08 | 0.42 | 167.59 | 0.25 | 0.46 |
| Hex | 59 | 93 | 87 | 27 | 0 | 8 | 2A | A8 | 19 | 2E |
| Octal | 131 | 223 | 207 | 47 | 0 | 10 | 52 | 250 | 31 | 56 |
| Binary | 1011001 | 10010011 | 10000111 | 100111 | 0 | 1000 | 101010 | 10101000 | 11001 | 101110 |
Color Harmonies of #599387
Complementary color
Monochromatic Colors of #599387
Black with #599387
Text Example
Text Example
White with #599387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599387; }
p { color: rgb(89,147,135); }
H1.HeaderClassName
{
color: #599387;
}
.AnyTagClassName
{
color: #599387;
}
</style>
background-color css
<style>
a { background-color: #599387; }
a { background-color: rgb(89,147,135); }
div.DivClassName
{
background-color: #599387;
}
.BgClassName
{
background-color: #599387;
}
</style>
border-color css
<style>
span { border-color: #599387; }
span { border-color: rgb(89,147,135); }
td.TdClassName
{
border-color: #599387;
}
.TagClassName
{
border-color: #599387;
}
</style>