Shades of Patina #5D9578
Tints of Patina #5D9578
RGB
CMYK
RGB Variations
Color information
#5D9578 (or 0x5D9578) is known color: Patina. HEX triplet: 5D, 95 and 78. RGB value is (93,149,120). Sum of RGB (Red+Green+Blue) = 93+149+120=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9578 is #A26A87. Grayscale: #818181. Windows color (decimal): -10644104 or 7902557. OLE color: 7902557.
HSL color Cylindrical-coordinate representation of color #5D9578: hue angle of 148.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9578 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 120 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.42 |
| HSL | 148.93º | 0.23% | 0.47% | - |
| HSV(B) | 148.93º | 0.38% | 0.58% | - |
| XYZ | 18.65 | 25.18 | 21.65 | - |
| YUV | 128.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 120 | 0.38 | 0 | 0.19 | 0.42 | 148.93 | 0.23 | 0.47 |
| Hex | 5D | 95 | 78 | 26 | 0 | 13 | 2A | 95 | 17 | 2F |
| Octal | 135 | 225 | 170 | 46 | 0 | 23 | 52 | 225 | 27 | 57 |
| Binary | 1011101 | 10010101 | 1111000 | 100110 | 0 | 10011 | 101010 | 10010101 | 10111 | 101111 |
Color Harmonies of #5D9578
Complementary color
Monochromatic Colors of #5D9578
Black with #5D9578
Text Example
Text Example
White with #5D9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9578; }
p { color: rgb(93,149,120); }
H1.HeaderClassName
{
color: #5D9578;
}
.AnyTagClassName
{
color: #5D9578;
}
</style>
background-color css
<style>
a { background-color: #5D9578; }
a { background-color: rgb(93,149,120); }
div.DivClassName
{
background-color: #5D9578;
}
.BgClassName
{
background-color: #5D9578;
}
</style>
border-color css
<style>
span { border-color: #5D9578; }
span { border-color: rgb(93,149,120); }
td.TdClassName
{
border-color: #5D9578;
}
.TagClassName
{
border-color: #5D9578;
}
</style>