Shades of Patina #599D83
Tints of Patina #599D83
RGB
CMYK
RGB Variations
Color information
#599D83 (or 0x599D83) is known color: Patina. HEX triplet: 59, 9D and 83. RGB value is (89,157,131). Sum of RGB (Red+Green+Blue) = 89+157+131=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #599D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D83 is #A6627C. Grayscale: #858585. Windows color (decimal): -10904189 or 8625497. OLE color: 8625497.
HSL color Cylindrical-coordinate representation of color #599D83: hue angle of 157.06º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D83 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 131 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.38 |
| HSL | 157.06º | 0.28% | 0.48% | - |
| HSV(B) | 157.06º | 0.43% | 0.62% | - |
| XYZ | 20.27 | 27.88 | 25.78 | - |
| YUV | 133.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 131 | 0.43 | 0 | 0.17 | 0.38 | 157.06 | 0.28 | 0.48 |
| Hex | 59 | 9D | 83 | 2B | 0 | 11 | 26 | 9D | 1C | 30 |
| Octal | 131 | 235 | 203 | 53 | 0 | 21 | 46 | 235 | 34 | 60 |
| Binary | 1011001 | 10011101 | 10000011 | 101011 | 0 | 10001 | 100110 | 10011101 | 11100 | 110000 |
Color Harmonies of #599D83
Complementary color
Monochromatic Colors of #599D83
Black with #599D83
Text Example
Text Example
White with #599D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D83; }
p { color: rgb(89,157,131); }
H1.HeaderClassName
{
color: #599D83;
}
.AnyTagClassName
{
color: #599D83;
}
</style>
background-color css
<style>
a { background-color: #599D83; }
a { background-color: rgb(89,157,131); }
div.DivClassName
{
background-color: #599D83;
}
.BgClassName
{
background-color: #599D83;
}
</style>
border-color css
<style>
span { border-color: #599D83; }
span { border-color: rgb(89,157,131); }
td.TdClassName
{
border-color: #599D83;
}
.TagClassName
{
border-color: #599D83;
}
</style>