Shades of Patina #589C85
Tints of Patina #589C85
RGB
CMYK
RGB Variations
Color information
#589C85 (or 0x589C85) is known color: Patina. HEX triplet: 58, 9C and 85. RGB value is (88,156,133). Sum of RGB (Red+Green+Blue) = 88+156+133=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #589C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589C85 is #A7637A. Grayscale: #858585. Windows color (decimal): -10969979 or 8756312. OLE color: 8756312.
HSL color Cylindrical-coordinate representation of color #589C85: hue angle of 159.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589C85 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 133 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.39 |
| HSL | 159.71º | 0.28% | 0.48% | - |
| HSV(B) | 159.71º | 0.44% | 0.61% | - |
| XYZ | 20.15 | 27.55 | 26.45 | - |
| YUV | 133.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 133 | 0.44 | 0 | 0.15 | 0.39 | 159.71 | 0.28 | 0.48 |
| Hex | 58 | 9C | 85 | 2C | 0 | F | 27 | A0 | 1C | 30 |
| Octal | 130 | 234 | 205 | 54 | 0 | 17 | 47 | 240 | 34 | 60 |
| Binary | 1011000 | 10011100 | 10000101 | 101100 | 0 | 1111 | 100111 | 10100000 | 11100 | 110000 |
Color Harmonies of #589C85
Complementary color
Monochromatic Colors of #589C85
Black with #589C85
Text Example
Text Example
White with #589C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C85; }
p { color: rgb(88,156,133); }
H1.HeaderClassName
{
color: #589C85;
}
.AnyTagClassName
{
color: #589C85;
}
</style>
background-color css
<style>
a { background-color: #589C85; }
a { background-color: rgb(88,156,133); }
div.DivClassName
{
background-color: #589C85;
}
.BgClassName
{
background-color: #589C85;
}
</style>
border-color css
<style>
span { border-color: #589C85; }
span { border-color: rgb(88,156,133); }
td.TdClassName
{
border-color: #589C85;
}
.TagClassName
{
border-color: #589C85;
}
</style>