Shades of Patina #589A86
Tints of Patina #589A86
RGB
CMYK
RGB Variations
Color information
#589A86 (or 0x589A86) is known color: Patina. HEX triplet: 58, 9A and 86. RGB value is (88,154,134). Sum of RGB (Red+Green+Blue) = 88+154+134=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #589A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589A86 is #A76579. Grayscale: #848484. Windows color (decimal): -10970490 or 8821336. OLE color: 8821336.
HSL color Cylindrical-coordinate representation of color #589A86: hue angle of 161.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589A86 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 154 | 134 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.40 |
| HSL | 161.82º | 0.27% | 0.47% | - |
| HSV(B) | 161.82º | 0.43% | 0.6% | - |
| XYZ | 19.88 | 26.91 | 26.7 | - |
| YUV | 131.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 134 | 0.43 | 0 | 0.13 | 0.40 | 161.82 | 0.27 | 0.47 |
| Hex | 58 | 9A | 86 | 2B | 0 | D | 28 | A2 | 1B | 2F |
| Octal | 130 | 232 | 206 | 53 | 0 | 15 | 50 | 242 | 33 | 57 |
| Binary | 1011000 | 10011010 | 10000110 | 101011 | 0 | 1101 | 101000 | 10100010 | 11011 | 101111 |
Color Harmonies of #589A86
Complementary color
Monochromatic Colors of #589A86
Black with #589A86
Text Example
Text Example
White with #589A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589A86; }
p { color: rgb(88,154,134); }
H1.HeaderClassName
{
color: #589A86;
}
.AnyTagClassName
{
color: #589A86;
}
</style>
background-color css
<style>
a { background-color: #589A86; }
a { background-color: rgb(88,154,134); }
div.DivClassName
{
background-color: #589A86;
}
.BgClassName
{
background-color: #589A86;
}
</style>
border-color css
<style>
span { border-color: #589A86; }
span { border-color: rgb(88,154,134); }
td.TdClassName
{
border-color: #589A86;
}
.TagClassName
{
border-color: #589A86;
}
</style>