Shades of Patina #599288
Tints of Patina #599288
RGB
CMYK
RGB Variations
Color information
#599288 (or 0x599288) is known color: Patina. HEX triplet: 59, 92 and 88. RGB value is (89,146,136). Sum of RGB (Red+Green+Blue) = 89+146+136=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #599288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599288 is #A66D77. Grayscale: #7F7F7F. Windows color (decimal): -10907000 or 8950361. OLE color: 8950361.
HSL color Cylindrical-coordinate representation of color #599288: hue angle of 169.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599288 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 136 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.43 |
| HSL | 169.47º | 0.24% | 0.46% | - |
| HSV(B) | 169.47º | 0.39% | 0.57% | - |
| XYZ | 18.84 | 24.46 | 27.02 | - |
| YUV | 127.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 136 | 0.39 | 0 | 0.07 | 0.43 | 169.47 | 0.24 | 0.46 |
| Hex | 59 | 92 | 88 | 27 | 0 | 7 | 2B | A9 | 18 | 2E |
| Octal | 131 | 222 | 210 | 47 | 0 | 7 | 53 | 251 | 30 | 56 |
| Binary | 1011001 | 10010010 | 10001000 | 100111 | 0 | 111 | 101011 | 10101001 | 11000 | 101110 |
Color Harmonies of #599288
Complementary color
Monochromatic Colors of #599288
Black with #599288
Text Example
Text Example
White with #599288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599288; }
p { color: rgb(89,146,136); }
H1.HeaderClassName
{
color: #599288;
}
.AnyTagClassName
{
color: #599288;
}
</style>
background-color css
<style>
a { background-color: #599288; }
a { background-color: rgb(89,146,136); }
div.DivClassName
{
background-color: #599288;
}
.BgClassName
{
background-color: #599288;
}
</style>
border-color css
<style>
span { border-color: #599288; }
span { border-color: rgb(89,146,136); }
td.TdClassName
{
border-color: #599288;
}
.TagClassName
{
border-color: #599288;
}
</style>