Shades of Patina #589B82
Tints of Patina #589B82
RGB
CMYK
RGB Variations
Color information
#589B82 (or 0x589B82) is known color: Patina. HEX triplet: 58, 9B and 82. RGB value is (88,155,130). Sum of RGB (Red+Green+Blue) = 88+155+130=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #589B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B82 is #A7647D. Grayscale: #848484. Windows color (decimal): -10970238 or 8559448. OLE color: 8559448.
HSL color Cylindrical-coordinate representation of color #589B82: hue angle of 157.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B82 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 130 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.39 |
| HSL | 157.61º | 0.28% | 0.48% | - |
| HSV(B) | 157.61º | 0.43% | 0.61% | - |
| XYZ | 19.78 | 27.13 | 25.31 | - |
| YUV | 132.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 130 | 0.43 | 0 | 0.16 | 0.39 | 157.61 | 0.28 | 0.48 |
| Hex | 58 | 9B | 82 | 2B | 0 | 10 | 27 | 9E | 1C | 30 |
| Octal | 130 | 233 | 202 | 53 | 0 | 20 | 47 | 236 | 34 | 60 |
| Binary | 1011000 | 10011011 | 10000010 | 101011 | 0 | 10000 | 100111 | 10011110 | 11100 | 110000 |
Color Harmonies of #589B82
Complementary color
Monochromatic Colors of #589B82
Black with #589B82
Text Example
Text Example
White with #589B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B82; }
p { color: rgb(88,155,130); }
H1.HeaderClassName
{
color: #589B82;
}
.AnyTagClassName
{
color: #589B82;
}
</style>
background-color css
<style>
a { background-color: #589B82; }
a { background-color: rgb(88,155,130); }
div.DivClassName
{
background-color: #589B82;
}
.BgClassName
{
background-color: #589B82;
}
</style>
border-color css
<style>
span { border-color: #589B82; }
span { border-color: rgb(88,155,130); }
td.TdClassName
{
border-color: #589B82;
}
.TagClassName
{
border-color: #589B82;
}
</style>