Shades of Patina #599C83
Tints of Patina #599C83
RGB
CMYK
RGB Variations
Color information
#599C83 (or 0x599C83) is known color: Patina. HEX triplet: 59, 9C and 83. RGB value is (89,156,131). Sum of RGB (Red+Green+Blue) = 89+156+131=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #599C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C83 is #A6637C. Grayscale: #858585. Windows color (decimal): -10904445 or 8625241. OLE color: 8625241.
HSL color Cylindrical-coordinate representation of color #599C83: hue angle of 157.61º 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 #599C83 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 131 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.39 |
| HSL | 157.61º | 0.27% | 0.48% | - |
| HSV(B) | 157.61º | 0.43% | 0.61% | - |
| XYZ | 20.11 | 27.54 | 25.73 | - |
| YUV | 133.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 131 | 0.43 | 0 | 0.16 | 0.39 | 157.61 | 0.27 | 0.48 |
| Hex | 59 | 9C | 83 | 2B | 0 | 10 | 27 | 9E | 1B | 30 |
| Octal | 131 | 234 | 203 | 53 | 0 | 20 | 47 | 236 | 33 | 60 |
| Binary | 1011001 | 10011100 | 10000011 | 101011 | 0 | 10000 | 100111 | 10011110 | 11011 | 110000 |
Color Harmonies of #599C83
Complementary color
Monochromatic Colors of #599C83
Black with #599C83
Text Example
Text Example
White with #599C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C83; }
p { color: rgb(89,156,131); }
H1.HeaderClassName
{
color: #599C83;
}
.AnyTagClassName
{
color: #599C83;
}
</style>
background-color css
<style>
a { background-color: #599C83; }
a { background-color: rgb(89,156,131); }
div.DivClassName
{
background-color: #599C83;
}
.BgClassName
{
background-color: #599C83;
}
</style>
border-color css
<style>
span { border-color: #599C83; }
span { border-color: rgb(89,156,131); }
td.TdClassName
{
border-color: #599C83;
}
.TagClassName
{
border-color: #599C83;
}
</style>