Shades of Patina #5D9689
Tints of Patina #5D9689
RGB
CMYK
RGB Variations
Color information
#5D9689 (or 0x5D9689) is known color: Patina. HEX triplet: 5D, 96 and 89. RGB value is (93,150,137). Sum of RGB (Red+Green+Blue) = 93+150+137=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9689 is #A26976. Grayscale: #838383. Windows color (decimal): -10643831 or 9016925. OLE color: 9016925.
HSL color Cylindrical-coordinate representation of color #5D9689: hue angle of 166.32º 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 #5D9689 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 137 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.41 |
| HSL | 166.32º | 0.23% | 0.48% | - |
| HSV(B) | 166.32º | 0.38% | 0.59% | - |
| XYZ | 19.94 | 25.95 | 27.62 | - |
| YUV | 131.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 137 | 0.38 | 0 | 0.09 | 0.41 | 166.32 | 0.23 | 0.48 |
| Hex | 5D | 96 | 89 | 26 | 0 | 9 | 29 | A6 | 17 | 30 |
| Octal | 135 | 226 | 211 | 46 | 0 | 11 | 51 | 246 | 27 | 60 |
| Binary | 1011101 | 10010110 | 10001001 | 100110 | 0 | 1001 | 101001 | 10100110 | 10111 | 110000 |
Color Harmonies of #5D9689
Complementary color
Monochromatic Colors of #5D9689
Black with #5D9689
Text Example
Text Example
White with #5D9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9689; }
p { color: rgb(93,150,137); }
H1.HeaderClassName
{
color: #5D9689;
}
.AnyTagClassName
{
color: #5D9689;
}
</style>
background-color css
<style>
a { background-color: #5D9689; }
a { background-color: rgb(93,150,137); }
div.DivClassName
{
background-color: #5D9689;
}
.BgClassName
{
background-color: #5D9689;
}
</style>
border-color css
<style>
span { border-color: #5D9689; }
span { border-color: rgb(93,150,137); }
td.TdClassName
{
border-color: #5D9689;
}
.TagClassName
{
border-color: #5D9689;
}
</style>