Shades of Patina #5D9680
Tints of Patina #5D9680
RGB
CMYK
RGB Variations
Color information
#5D9680 (or 0x5D9680) is known color: Patina. HEX triplet: 5D, 96 and 80. RGB value is (93,150,128). Sum of RGB (Red+Green+Blue) = 93+150+128=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9680 is #A2697F. Grayscale: #828282. Windows color (decimal): -10643840 or 8427101. OLE color: 8427101.
HSL color Cylindrical-coordinate representation of color #5D9680: hue angle of 156.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9680 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 128 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.41 |
| HSL | 156.84º | 0.23% | 0.48% | - |
| HSV(B) | 156.84º | 0.38% | 0.59% | - |
| XYZ | 19.32 | 25.7 | 24.36 | - |
| YUV | 130.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 128 | 0.38 | 0 | 0.15 | 0.41 | 156.84 | 0.23 | 0.48 |
| Hex | 5D | 96 | 80 | 26 | 0 | F | 29 | 9D | 17 | 30 |
| Octal | 135 | 226 | 200 | 46 | 0 | 17 | 51 | 235 | 27 | 60 |
| Binary | 1011101 | 10010110 | 10000000 | 100110 | 0 | 1111 | 101001 | 10011101 | 10111 | 110000 |
Color Harmonies of #5D9680
Complementary color
Monochromatic Colors of #5D9680
Black with #5D9680
Text Example
Text Example
White with #5D9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9680; }
p { color: rgb(93,150,128); }
H1.HeaderClassName
{
color: #5D9680;
}
.AnyTagClassName
{
color: #5D9680;
}
</style>
background-color css
<style>
a { background-color: #5D9680; }
a { background-color: rgb(93,150,128); }
div.DivClassName
{
background-color: #5D9680;
}
.BgClassName
{
background-color: #5D9680;
}
</style>
border-color css
<style>
span { border-color: #5D9680; }
span { border-color: rgb(93,150,128); }
td.TdClassName
{
border-color: #5D9680;
}
.TagClassName
{
border-color: #5D9680;
}
</style>