Shades of Patina #589080
Tints of Patina #589080
RGB
CMYK
RGB Variations
Color information
#589080 (or 0x589080) is known color: Patina. HEX triplet: 58, 90 and 80. RGB value is (88,144,128). Sum of RGB (Red+Green+Blue) = 88+144+128=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #589080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589080 is #A76F7F. Grayscale: #7D7D7D. Windows color (decimal): -10973056 or 8425560. OLE color: 8425560.
HSL color Cylindrical-coordinate representation of color #589080: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589080 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 144 | 128 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.44 |
| HSL | 162.86º | 0.24% | 0.45% | - |
| HSV(B) | 162.86º | 0.39% | 0.56% | - |
| XYZ | 17.89 | 23.58 | 24.03 | - |
| YUV | 125.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 128 | 0.39 | 0 | 0.11 | 0.44 | 162.86 | 0.24 | 0.45 |
| Hex | 58 | 90 | 80 | 27 | 0 | B | 2C | A3 | 18 | 2D |
| Octal | 130 | 220 | 200 | 47 | 0 | 13 | 54 | 243 | 30 | 55 |
| Binary | 1011000 | 10010000 | 10000000 | 100111 | 0 | 1011 | 101100 | 10100011 | 11000 | 101101 |
Color Harmonies of #589080
Complementary color
Monochromatic Colors of #589080
Black with #589080
Text Example
Text Example
White with #589080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589080; }
p { color: rgb(88,144,128); }
H1.HeaderClassName
{
color: #589080;
}
.AnyTagClassName
{
color: #589080;
}
</style>
background-color css
<style>
a { background-color: #589080; }
a { background-color: rgb(88,144,128); }
div.DivClassName
{
background-color: #589080;
}
.BgClassName
{
background-color: #589080;
}
</style>
border-color css
<style>
span { border-color: #589080; }
span { border-color: rgb(88,144,128); }
td.TdClassName
{
border-color: #589080;
}
.TagClassName
{
border-color: #589080;
}
</style>