Shades of Patina #589B80
Tints of Patina #589B80
RGB
CMYK
RGB Variations
Color information
#589B80 (or 0x589B80) is known color: Patina. HEX triplet: 58, 9B and 80. RGB value is (88,155,128). Sum of RGB (Red+Green+Blue) = 88+155+128=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #589B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B80 is #A7647F. Grayscale: #838383. Windows color (decimal): -10970240 or 8428376. OLE color: 8428376.
HSL color Cylindrical-coordinate representation of color #589B80: hue angle of 155.82º 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 #589B80 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 128 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.39 |
| HSL | 155.82º | 0.28% | 0.48% | - |
| HSV(B) | 155.82º | 0.43% | 0.61% | - |
| XYZ | 19.64 | 27.08 | 24.61 | - |
| YUV | 131.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 128 | 0.43 | 0 | 0.17 | 0.39 | 155.82 | 0.28 | 0.48 |
| Hex | 58 | 9B | 80 | 2B | 0 | 11 | 27 | 9C | 1C | 30 |
| Octal | 130 | 233 | 200 | 53 | 0 | 21 | 47 | 234 | 34 | 60 |
| Binary | 1011000 | 10011011 | 10000000 | 101011 | 0 | 10001 | 100111 | 10011100 | 11100 | 110000 |
Color Harmonies of #589B80
Complementary color
Monochromatic Colors of #589B80
Black with #589B80
Text Example
Text Example
White with #589B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B80; }
p { color: rgb(88,155,128); }
H1.HeaderClassName
{
color: #589B80;
}
.AnyTagClassName
{
color: #589B80;
}
</style>
background-color css
<style>
a { background-color: #589B80; }
a { background-color: rgb(88,155,128); }
div.DivClassName
{
background-color: #589B80;
}
.BgClassName
{
background-color: #589B80;
}
</style>
border-color css
<style>
span { border-color: #589B80; }
span { border-color: rgb(88,155,128); }
td.TdClassName
{
border-color: #589B80;
}
.TagClassName
{
border-color: #589B80;
}
</style>