Shades of Patina #58967D
Tints of Patina #58967D
RGB
CMYK
RGB Variations
Color information
#58967D (or 0x58967D) is known color: Patina. HEX triplet: 58, 96 and 7D. RGB value is (88,150,125). Sum of RGB (Red+Green+Blue) = 88+150+125=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #58967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58967D is #A76982. Grayscale: #808080. Windows color (decimal): -10971523 or 8230488. OLE color: 8230488.
HSL color Cylindrical-coordinate representation of color #58967D: hue angle of 155.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58967D is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 150 | 125 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.41 |
| HSL | 155.81º | 0.26% | 0.47% | - |
| HSV(B) | 155.81º | 0.41% | 0.59% | - |
| XYZ | 18.63 | 25.37 | 23.32 | - |
| YUV | 128.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 125 | 0.41 | 0 | 0.17 | 0.41 | 155.81 | 0.26 | 0.47 |
| Hex | 58 | 96 | 7D | 29 | 0 | 11 | 29 | 9C | 1A | 2F |
| Octal | 130 | 226 | 175 | 51 | 0 | 21 | 51 | 234 | 32 | 57 |
| Binary | 1011000 | 10010110 | 1111101 | 101001 | 0 | 10001 | 101001 | 10011100 | 11010 | 101111 |
Color Harmonies of #58967D
Complementary color
Monochromatic Colors of #58967D
Black with #58967D
Text Example
Text Example
White with #58967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58967D; }
p { color: rgb(88,150,125); }
H1.HeaderClassName
{
color: #58967D;
}
.AnyTagClassName
{
color: #58967D;
}
</style>
background-color css
<style>
a { background-color: #58967D; }
a { background-color: rgb(88,150,125); }
div.DivClassName
{
background-color: #58967D;
}
.BgClassName
{
background-color: #58967D;
}
</style>
border-color css
<style>
span { border-color: #58967D; }
span { border-color: rgb(88,150,125); }
td.TdClassName
{
border-color: #58967D;
}
.TagClassName
{
border-color: #58967D;
}
</style>