Shades of Patina #599682
Tints of Patina #599682
RGB
CMYK
RGB Variations
Color information
#599682 (or 0x599682) is known color: Patina. HEX triplet: 59, 96 and 82. RGB value is (89,150,130). Sum of RGB (Red+Green+Blue) = 89+150+130=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #599682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599682 is #A6697D. Grayscale: #818181. Windows color (decimal): -10905982 or 8558169. OLE color: 8558169.
HSL color Cylindrical-coordinate representation of color #599682: hue angle of 160.33º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599682 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 130 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.41 |
| HSL | 160.33º | 0.26% | 0.47% | - |
| HSV(B) | 160.33º | 0.41% | 0.59% | - |
| XYZ | 19.06 | 25.55 | 25.05 | - |
| YUV | 129.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 130 | 0.41 | 0 | 0.13 | 0.41 | 160.33 | 0.26 | 0.47 |
| Hex | 59 | 96 | 82 | 29 | 0 | D | 29 | A0 | 1A | 2F |
| Octal | 131 | 226 | 202 | 51 | 0 | 15 | 51 | 240 | 32 | 57 |
| Binary | 1011001 | 10010110 | 10000010 | 101001 | 0 | 1101 | 101001 | 10100000 | 11010 | 101111 |
Color Harmonies of #599682
Complementary color
Monochromatic Colors of #599682
Black with #599682
Text Example
Text Example
White with #599682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599682; }
p { color: rgb(89,150,130); }
H1.HeaderClassName
{
color: #599682;
}
.AnyTagClassName
{
color: #599682;
}
</style>
background-color css
<style>
a { background-color: #599682; }
a { background-color: rgb(89,150,130); }
div.DivClassName
{
background-color: #599682;
}
.BgClassName
{
background-color: #599682;
}
</style>
border-color css
<style>
span { border-color: #599682; }
span { border-color: rgb(89,150,130); }
td.TdClassName
{
border-color: #599682;
}
.TagClassName
{
border-color: #599682;
}
</style>