Shades of Patina #5C9578
Tints of Patina #5C9578
RGB
CMYK
RGB Variations
Color information
#5C9578 (or 0x5C9578) is known color: Patina. HEX triplet: 5C, 95 and 78. RGB value is (92,149,120). Sum of RGB (Red+Green+Blue) = 92+149+120=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9578 is #A36A87. Grayscale: #808080. Windows color (decimal): -10709640 or 7902556. OLE color: 7902556.
HSL color Cylindrical-coordinate representation of color #5C9578: hue angle of 149.47º degrees, saturation: 0.24, 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 #5C9578 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 149 | 120 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.42 |
| HSL | 149.47º | 0.24% | 0.47% | - |
| HSV(B) | 149.47º | 0.38% | 0.58% | - |
| XYZ | 18.55 | 25.13 | 21.64 | - |
| YUV | 128.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 149 | 120 | 0.38 | 0 | 0.19 | 0.42 | 149.47 | 0.24 | 0.47 |
| Hex | 5C | 95 | 78 | 26 | 0 | 13 | 2A | 95 | 18 | 2F |
| Octal | 134 | 225 | 170 | 46 | 0 | 23 | 52 | 225 | 30 | 57 |
| Binary | 1011100 | 10010101 | 1111000 | 100110 | 0 | 10011 | 101010 | 10010101 | 11000 | 101111 |
Color Harmonies of #5C9578
Complementary color
Monochromatic Colors of #5C9578
Black with #5C9578
Text Example
Text Example
White with #5C9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9578; }
p { color: rgb(92,149,120); }
H1.HeaderClassName
{
color: #5C9578;
}
.AnyTagClassName
{
color: #5C9578;
}
</style>
background-color css
<style>
a { background-color: #5C9578; }
a { background-color: rgb(92,149,120); }
div.DivClassName
{
background-color: #5C9578;
}
.BgClassName
{
background-color: #5C9578;
}
</style>
border-color css
<style>
span { border-color: #5C9578; }
span { border-color: rgb(92,149,120); }
td.TdClassName
{
border-color: #5C9578;
}
.TagClassName
{
border-color: #5C9578;
}
</style>