Shades of Patina #589C8A
Tints of Patina #589C8A
RGB
CMYK
RGB Variations
Color information
#589C8A (or 0x589C8A) is known color: Patina. HEX triplet: 58, 9C and 8A. RGB value is (88,156,138). Sum of RGB (Red+Green+Blue) = 88+156+138=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #589C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589C8A is #A76375. Grayscale: #858585. Windows color (decimal): -10969974 or 9083992. OLE color: 9083992.
HSL color Cylindrical-coordinate representation of color #589C8A: hue angle of 164.12º 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 #589C8A is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 138 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.39 |
| HSL | 164.12º | 0.28% | 0.48% | - |
| HSV(B) | 164.12º | 0.44% | 0.61% | - |
| XYZ | 20.5 | 27.69 | 28.31 | - |
| YUV | 133.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 138 | 0.44 | 0 | 0.12 | 0.39 | 164.12 | 0.28 | 0.48 |
| Hex | 58 | 9C | 8A | 2C | 0 | C | 27 | A4 | 1C | 30 |
| Octal | 130 | 234 | 212 | 54 | 0 | 14 | 47 | 244 | 34 | 60 |
| Binary | 1011000 | 10011100 | 10001010 | 101100 | 0 | 1100 | 100111 | 10100100 | 11100 | 110000 |
Color Harmonies of #589C8A
Complementary color
Monochromatic Colors of #589C8A
Black with #589C8A
Text Example
Text Example
White with #589C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C8A; }
p { color: rgb(88,156,138); }
H1.HeaderClassName
{
color: #589C8A;
}
.AnyTagClassName
{
color: #589C8A;
}
</style>
background-color css
<style>
a { background-color: #589C8A; }
a { background-color: rgb(88,156,138); }
div.DivClassName
{
background-color: #589C8A;
}
.BgClassName
{
background-color: #589C8A;
}
</style>
border-color css
<style>
span { border-color: #589C8A; }
span { border-color: rgb(88,156,138); }
td.TdClassName
{
border-color: #589C8A;
}
.TagClassName
{
border-color: #589C8A;
}
</style>