Shades of Patina #589A85
Tints of Patina #589A85
RGB
CMYK
RGB Variations
Color information
#589A85 (or 0x589A85) is known color: Patina. HEX triplet: 58, 9A and 85. RGB value is (88,154,133). Sum of RGB (Red+Green+Blue) = 88+154+133=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #589A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589A85 is #A7657A. Grayscale: #838383. Windows color (decimal): -10970491 or 8755800. OLE color: 8755800.
HSL color Cylindrical-coordinate representation of color #589A85: hue angle of 160.91º 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 #589A85 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 154 | 133 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.40 |
| HSL | 160.91º | 0.27% | 0.47% | - |
| HSV(B) | 160.91º | 0.43% | 0.6% | - |
| XYZ | 19.81 | 26.88 | 26.33 | - |
| YUV | 131.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 133 | 0.43 | 0 | 0.14 | 0.40 | 160.91 | 0.27 | 0.47 |
| Hex | 58 | 9A | 85 | 2B | 0 | E | 28 | A1 | 1B | 2F |
| Octal | 130 | 232 | 205 | 53 | 0 | 16 | 50 | 241 | 33 | 57 |
| Binary | 1011000 | 10011010 | 10000101 | 101011 | 0 | 1110 | 101000 | 10100001 | 11011 | 101111 |
Color Harmonies of #589A85
Complementary color
Monochromatic Colors of #589A85
Black with #589A85
Text Example
Text Example
White with #589A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589A85; }
p { color: rgb(88,154,133); }
H1.HeaderClassName
{
color: #589A85;
}
.AnyTagClassName
{
color: #589A85;
}
</style>
background-color css
<style>
a { background-color: #589A85; }
a { background-color: rgb(88,154,133); }
div.DivClassName
{
background-color: #589A85;
}
.BgClassName
{
background-color: #589A85;
}
</style>
border-color css
<style>
span { border-color: #589A85; }
span { border-color: rgb(88,154,133); }
td.TdClassName
{
border-color: #589A85;
}
.TagClassName
{
border-color: #589A85;
}
</style>