Shades of Patina #5D9A89
Tints of Patina #5D9A89
RGB
CMYK
RGB Variations
Color information
#5D9A89 (or 0x5D9A89) is known color: Patina. HEX triplet: 5D, 9A and 89. RGB value is (93,154,137). Sum of RGB (Red+Green+Blue) = 93+154+137=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9A89 is #A26576. Grayscale: #858585. Windows color (decimal): -10642807 or 9017949. OLE color: 9017949.
HSL color Cylindrical-coordinate representation of color #5D9A89: hue angle of 163.28º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A89 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 137 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.40 |
| HSL | 163.28º | 0.25% | 0.48% | - |
| HSV(B) | 163.28º | 0.4% | 0.6% | - |
| XYZ | 20.59 | 27.24 | 27.84 | - |
| YUV | 133.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 137 | 0.40 | 0 | 0.11 | 0.40 | 163.28 | 0.25 | 0.48 |
| Hex | 5D | 9A | 89 | 28 | 0 | B | 28 | A3 | 19 | 30 |
| Octal | 135 | 232 | 211 | 50 | 0 | 13 | 50 | 243 | 31 | 60 |
| Binary | 1011101 | 10011010 | 10001001 | 101000 | 0 | 1011 | 101000 | 10100011 | 11001 | 110000 |
Color Harmonies of #5D9A89
Complementary color
Monochromatic Colors of #5D9A89
Black with #5D9A89
Text Example
Text Example
White with #5D9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A89; }
p { color: rgb(93,154,137); }
H1.HeaderClassName
{
color: #5D9A89;
}
.AnyTagClassName
{
color: #5D9A89;
}
</style>
background-color css
<style>
a { background-color: #5D9A89; }
a { background-color: rgb(93,154,137); }
div.DivClassName
{
background-color: #5D9A89;
}
.BgClassName
{
background-color: #5D9A89;
}
</style>
border-color css
<style>
span { border-color: #5D9A89; }
span { border-color: rgb(93,154,137); }
td.TdClassName
{
border-color: #5D9A89;
}
.TagClassName
{
border-color: #5D9A89;
}
</style>