Shades of Patina #599F8B
Tints of Patina #599F8B
RGB
CMYK
RGB Variations
Color information
#599F8B (or 0x599F8B) is known color: Patina. HEX triplet: 59, 9F and 8B. RGB value is (89,159,139). Sum of RGB (Red+Green+Blue) = 89+159+139=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #599F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F8B is #A66074. Grayscale: #878787. Windows color (decimal): -10903669 or 9150297. OLE color: 9150297.
HSL color Cylindrical-coordinate representation of color #599F8B: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F8B is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 139 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.38 |
| HSL | 162.86º | 0.28% | 0.49% | - |
| HSV(B) | 162.86º | 0.44% | 0.62% | - |
| XYZ | 21.18 | 28.78 | 28.87 | - |
| YUV | 135.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 139 | 0.44 | 0 | 0.13 | 0.38 | 162.86 | 0.28 | 0.49 |
| Hex | 59 | 9F | 8B | 2C | 0 | D | 26 | A3 | 1C | 31 |
| Octal | 131 | 237 | 213 | 54 | 0 | 15 | 46 | 243 | 34 | 61 |
| Binary | 1011001 | 10011111 | 10001011 | 101100 | 0 | 1101 | 100110 | 10100011 | 11100 | 110001 |
Color Harmonies of #599F8B
Complementary color
Monochromatic Colors of #599F8B
Black with #599F8B
Text Example
Text Example
White with #599F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F8B; }
p { color: rgb(89,159,139); }
H1.HeaderClassName
{
color: #599F8B;
}
.AnyTagClassName
{
color: #599F8B;
}
</style>
background-color css
<style>
a { background-color: #599F8B; }
a { background-color: rgb(89,159,139); }
div.DivClassName
{
background-color: #599F8B;
}
.BgClassName
{
background-color: #599F8B;
}
</style>
border-color css
<style>
span { border-color: #599F8B; }
span { border-color: rgb(89,159,139); }
td.TdClassName
{
border-color: #599F8B;
}
.TagClassName
{
border-color: #599F8B;
}
</style>