Shades of Patina #599381
Tints of Patina #599381
RGB
CMYK
RGB Variations
Color information
#599381 (or 0x599381) is known color: Patina. HEX triplet: 59, 93 and 81. RGB value is (89,147,129). Sum of RGB (Red+Green+Blue) = 89+147+129=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #599381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599381 is #A66C7E. Grayscale: #7F7F7F. Windows color (decimal): -10906751 or 8491865. OLE color: 8491865.
HSL color Cylindrical-coordinate representation of color #599381: hue angle of 161.38º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599381 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 129 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.42 |
| HSL | 161.38º | 0.25% | 0.46% | - |
| HSV(B) | 161.38º | 0.39% | 0.58% | - |
| XYZ | 18.52 | 24.58 | 24.54 | - |
| YUV | 127.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 129 | 0.39 | 0 | 0.12 | 0.42 | 161.38 | 0.25 | 0.46 |
| Hex | 59 | 93 | 81 | 27 | 0 | C | 2A | A1 | 19 | 2E |
| Octal | 131 | 223 | 201 | 47 | 0 | 14 | 52 | 241 | 31 | 56 |
| Binary | 1011001 | 10010011 | 10000001 | 100111 | 0 | 1100 | 101010 | 10100001 | 11001 | 101110 |
Color Harmonies of #599381
Complementary color
Monochromatic Colors of #599381
Black with #599381
Text Example
Text Example
White with #599381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599381; }
p { color: rgb(89,147,129); }
H1.HeaderClassName
{
color: #599381;
}
.AnyTagClassName
{
color: #599381;
}
</style>
background-color css
<style>
a { background-color: #599381; }
a { background-color: rgb(89,147,129); }
div.DivClassName
{
background-color: #599381;
}
.BgClassName
{
background-color: #599381;
}
</style>
border-color css
<style>
span { border-color: #599381; }
span { border-color: rgb(89,147,129); }
td.TdClassName
{
border-color: #599381;
}
.TagClassName
{
border-color: #599381;
}
</style>