Shades of Patina #599184
Tints of Patina #599184
RGB
CMYK
RGB Variations
Color information
#599184 (or 0x599184) is known color: Patina. HEX triplet: 59, 91 and 84. RGB value is (89,145,132). Sum of RGB (Red+Green+Blue) = 89+145+132=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #599184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599184 is #A66E7B. Grayscale: #7E7E7E. Windows color (decimal): -10907260 or 8687961. OLE color: 8687961.
HSL color Cylindrical-coordinate representation of color #599184: hue angle of 166.07º 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 #599184 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 132 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.43 |
| HSL | 166.07º | 0.24% | 0.46% | - |
| HSV(B) | 166.07º | 0.39% | 0.57% | - |
| XYZ | 18.41 | 24.04 | 25.5 | - |
| YUV | 126.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 132 | 0.39 | 0 | 0.09 | 0.43 | 166.07 | 0.24 | 0.46 |
| Hex | 59 | 91 | 84 | 27 | 0 | 9 | 2B | A6 | 18 | 2E |
| Octal | 131 | 221 | 204 | 47 | 0 | 11 | 53 | 246 | 30 | 56 |
| Binary | 1011001 | 10010001 | 10000100 | 100111 | 0 | 1001 | 101011 | 10100110 | 11000 | 101110 |
Color Harmonies of #599184
Complementary color
Monochromatic Colors of #599184
Black with #599184
Text Example
Text Example
White with #599184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599184; }
p { color: rgb(89,145,132); }
H1.HeaderClassName
{
color: #599184;
}
.AnyTagClassName
{
color: #599184;
}
</style>
background-color css
<style>
a { background-color: #599184; }
a { background-color: rgb(89,145,132); }
div.DivClassName
{
background-color: #599184;
}
.BgClassName
{
background-color: #599184;
}
</style>
border-color css
<style>
span { border-color: #599184; }
span { border-color: rgb(89,145,132); }
td.TdClassName
{
border-color: #599184;
}
.TagClassName
{
border-color: #599184;
}
</style>