Shades of Patina #588F7D
Tints of Patina #588F7D
RGB
CMYK
RGB Variations
Color information
#588F7D (or 0x588F7D) is known color: Patina. HEX triplet: 58, 8F and 7D. RGB value is (88,143,125). Sum of RGB (Red+Green+Blue) = 88+143+125=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #588F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588F7D is #A77082. Grayscale: #7C7C7C. Windows color (decimal): -10973315 or 8228696. OLE color: 8228696.
HSL color Cylindrical-coordinate representation of color #588F7D: hue angle of 160.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588F7D is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 143 | 125 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.44 |
| HSL | 160.36º | 0.24% | 0.45% | - |
| HSV(B) | 160.36º | 0.38% | 0.56% | - |
| XYZ | 17.55 | 23.2 | 22.96 | - |
| YUV | 124.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 125 | 0.38 | 0 | 0.13 | 0.44 | 160.36 | 0.24 | 0.45 |
| Hex | 58 | 8F | 7D | 26 | 0 | D | 2C | A0 | 18 | 2D |
| Octal | 130 | 217 | 175 | 46 | 0 | 15 | 54 | 240 | 30 | 55 |
| Binary | 1011000 | 10001111 | 1111101 | 100110 | 0 | 1101 | 101100 | 10100000 | 11000 | 101101 |
Color Harmonies of #588F7D
Complementary color
Monochromatic Colors of #588F7D
Black with #588F7D
Text Example
Text Example
White with #588F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588F7D; }
p { color: rgb(88,143,125); }
H1.HeaderClassName
{
color: #588F7D;
}
.AnyTagClassName
{
color: #588F7D;
}
</style>
background-color css
<style>
a { background-color: #588F7D; }
a { background-color: rgb(88,143,125); }
div.DivClassName
{
background-color: #588F7D;
}
.BgClassName
{
background-color: #588F7D;
}
</style>
border-color css
<style>
span { border-color: #588F7D; }
span { border-color: rgb(88,143,125); }
td.TdClassName
{
border-color: #588F7D;
}
.TagClassName
{
border-color: #588F7D;
}
</style>