Shades of Patina #589D7D
Tints of Patina #589D7D
RGB
CMYK
RGB Variations
Color information
#589D7D (or 0x589D7D) is known color: Patina. HEX triplet: 58, 9D and 7D. RGB value is (88,157,125). Sum of RGB (Red+Green+Blue) = 88+157+125=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #589D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589D7D is #A76282. Grayscale: #848484. Windows color (decimal): -10969731 or 8232280. OLE color: 8232280.
HSL color Cylindrical-coordinate representation of color #589D7D: hue angle of 152.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589D7D is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 157 | 125 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.38 |
| HSL | 152.17º | 0.28% | 0.48% | - |
| HSV(B) | 152.17º | 0.44% | 0.62% | - |
| XYZ | 19.78 | 27.67 | 23.7 | - |
| YUV | 132.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 125 | 0.44 | 0 | 0.20 | 0.38 | 152.17 | 0.28 | 0.48 |
| Hex | 58 | 9D | 7D | 2C | 0 | 14 | 26 | 98 | 1C | 30 |
| Octal | 130 | 235 | 175 | 54 | 0 | 24 | 46 | 230 | 34 | 60 |
| Binary | 1011000 | 10011101 | 1111101 | 101100 | 0 | 10100 | 100110 | 10011000 | 11100 | 110000 |
Color Harmonies of #589D7D
Complementary color
Monochromatic Colors of #589D7D
Black with #589D7D
Text Example
Text Example
White with #589D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589D7D; }
p { color: rgb(88,157,125); }
H1.HeaderClassName
{
color: #589D7D;
}
.AnyTagClassName
{
color: #589D7D;
}
</style>
background-color css
<style>
a { background-color: #589D7D; }
a { background-color: rgb(88,157,125); }
div.DivClassName
{
background-color: #589D7D;
}
.BgClassName
{
background-color: #589D7D;
}
</style>
border-color css
<style>
span { border-color: #589D7D; }
span { border-color: rgb(88,157,125); }
td.TdClassName
{
border-color: #589D7D;
}
.TagClassName
{
border-color: #589D7D;
}
</style>