Shades of Patina #599C8D
Tints of Patina #599C8D
RGB
CMYK
RGB Variations
Color information
#599C8D (or 0x599C8D) is known color: Patina. HEX triplet: 59, 9C and 8D. RGB value is (89,156,141). Sum of RGB (Red+Green+Blue) = 89+156+141=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #599C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C8D is #A66372. Grayscale: #868686. Windows color (decimal): -10904435 or 9280601. OLE color: 9280601.
HSL color Cylindrical-coordinate representation of color #599C8D: hue angle of 166.57º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C8D is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 141 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.39 |
| HSL | 166.57º | 0.27% | 0.48% | - |
| HSV(B) | 166.57º | 0.43% | 0.61% | - |
| XYZ | 20.82 | 27.82 | 29.47 | - |
| YUV | 134.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 141 | 0.43 | 0 | 0.10 | 0.39 | 166.57 | 0.27 | 0.48 |
| Hex | 59 | 9C | 8D | 2B | 0 | A | 27 | A7 | 1B | 30 |
| Octal | 131 | 234 | 215 | 53 | 0 | 12 | 47 | 247 | 33 | 60 |
| Binary | 1011001 | 10011100 | 10001101 | 101011 | 0 | 1010 | 100111 | 10100111 | 11011 | 110000 |
Color Harmonies of #599C8D
Complementary color
Monochromatic Colors of #599C8D
Black with #599C8D
Text Example
Text Example
White with #599C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C8D; }
p { color: rgb(89,156,141); }
H1.HeaderClassName
{
color: #599C8D;
}
.AnyTagClassName
{
color: #599C8D;
}
</style>
background-color css
<style>
a { background-color: #599C8D; }
a { background-color: rgb(89,156,141); }
div.DivClassName
{
background-color: #599C8D;
}
.BgClassName
{
background-color: #599C8D;
}
</style>
border-color css
<style>
span { border-color: #599C8D; }
span { border-color: rgb(89,156,141); }
td.TdClassName
{
border-color: #599C8D;
}
.TagClassName
{
border-color: #599C8D;
}
</style>