Shades of Patina #5C8780
Tints of Patina #5C8780
RGB
CMYK
RGB Variations
Color information
#5C8780 (or 0x5C8780) is known color: Patina. HEX triplet: 5C, 87 and 80. RGB value is (92,135,128). Sum of RGB (Red+Green+Blue) = 92+135+128=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8780 is #A3787F. Grayscale: #797979. Windows color (decimal): -10713216 or 8423260. OLE color: 8423260.
HSL color Cylindrical-coordinate representation of color #5C8780: hue angle of 170.23º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C8780 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 128 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.47 |
| HSL | 170.23º | 0.19% | 0.45% | - |
| HSV(B) | 170.23º | 0.32% | 0.53% | - |
| XYZ | 16.97 | 21.16 | 23.61 | - |
| YUV | 121.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 128 | 0.32 | 0 | 0.05 | 0.47 | 170.23 | 0.19 | 0.45 |
| Hex | 5C | 87 | 80 | 20 | 0 | 5 | 2F | AA | 13 | 2D |
| Octal | 134 | 207 | 200 | 40 | 0 | 5 | 57 | 252 | 23 | 55 |
| Binary | 1011100 | 10000111 | 10000000 | 100000 | 0 | 101 | 101111 | 10101010 | 10011 | 101101 |
Color Harmonies of #5C8780
Complementary color
Monochromatic Colors of #5C8780
Black with #5C8780
Text Example
Text Example
White with #5C8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8780; }
p { color: rgb(92,135,128); }
H1.HeaderClassName
{
color: #5C8780;
}
.AnyTagClassName
{
color: #5C8780;
}
</style>
background-color css
<style>
a { background-color: #5C8780; }
a { background-color: rgb(92,135,128); }
div.DivClassName
{
background-color: #5C8780;
}
.BgClassName
{
background-color: #5C8780;
}
</style>
border-color css
<style>
span { border-color: #5C8780; }
span { border-color: rgb(92,135,128); }
td.TdClassName
{
border-color: #5C8780;
}
.TagClassName
{
border-color: #5C8780;
}
</style>