Shades of Patina #589185
Tints of Patina #589185
RGB
CMYK
RGB Variations
Color information
#589185 (or 0x589185) is known color: Patina. HEX triplet: 58, 91 and 85. RGB value is (88,145,133). Sum of RGB (Red+Green+Blue) = 88+145+133=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #589185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589185 is #A76E7A. Grayscale: #7E7E7E. Windows color (decimal): -10972795 or 8753496. OLE color: 8753496.
HSL color Cylindrical-coordinate representation of color #589185: hue angle of 167.37º 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 #589185 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 145 | 133 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.43 |
| HSL | 167.37º | 0.24% | 0.46% | - |
| HSV(B) | 167.37º | 0.39% | 0.57% | - |
| XYZ | 18.38 | 24.02 | 25.86 | - |
| YUV | 126.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 133 | 0.39 | 0 | 0.08 | 0.43 | 167.37 | 0.24 | 0.46 |
| Hex | 58 | 91 | 85 | 27 | 0 | 8 | 2B | A7 | 18 | 2E |
| Octal | 130 | 221 | 205 | 47 | 0 | 10 | 53 | 247 | 30 | 56 |
| Binary | 1011000 | 10010001 | 10000101 | 100111 | 0 | 1000 | 101011 | 10100111 | 11000 | 101110 |
Color Harmonies of #589185
Complementary color
Monochromatic Colors of #589185
Black with #589185
Text Example
Text Example
White with #589185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589185; }
p { color: rgb(88,145,133); }
H1.HeaderClassName
{
color: #589185;
}
.AnyTagClassName
{
color: #589185;
}
</style>
background-color css
<style>
a { background-color: #589185; }
a { background-color: rgb(88,145,133); }
div.DivClassName
{
background-color: #589185;
}
.BgClassName
{
background-color: #589185;
}
</style>
border-color css
<style>
span { border-color: #589185; }
span { border-color: rgb(88,145,133); }
td.TdClassName
{
border-color: #589185;
}
.TagClassName
{
border-color: #589185;
}
</style>