Shades of Patina #5D9A7C
Tints of Patina #5D9A7C
RGB
CMYK
RGB Variations
Color information
#5D9A7C (or 0x5D9A7C) is known color: Patina. HEX triplet: 5D, 9A and 7C. RGB value is (93,154,124). Sum of RGB (Red+Green+Blue) = 93+154+124=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A7C is #A26583. Grayscale: #848484. Windows color (decimal): -10642820 or 8165981. OLE color: 8165981.
HSL color Cylindrical-coordinate representation of color #5D9A7C: hue angle of 150.49º 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 #5D9A7C is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 124 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.40 |
| HSL | 150.49º | 0.25% | 0.48% | - |
| HSV(B) | 150.49º | 0.4% | 0.6% | - |
| XYZ | 19.71 | 26.89 | 23.22 | - |
| YUV | 132.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 124 | 0.40 | 0 | 0.19 | 0.40 | 150.49 | 0.25 | 0.48 |
| Hex | 5D | 9A | 7C | 28 | 0 | 13 | 28 | 96 | 19 | 30 |
| Octal | 135 | 232 | 174 | 50 | 0 | 23 | 50 | 226 | 31 | 60 |
| Binary | 1011101 | 10011010 | 1111100 | 101000 | 0 | 10011 | 101000 | 10010110 | 11001 | 110000 |
Color Harmonies of #5D9A7C
Complementary color
Monochromatic Colors of #5D9A7C
Black with #5D9A7C
Text Example
Text Example
White with #5D9A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A7C; }
p { color: rgb(93,154,124); }
H1.HeaderClassName
{
color: #5D9A7C;
}
.AnyTagClassName
{
color: #5D9A7C;
}
</style>
background-color css
<style>
a { background-color: #5D9A7C; }
a { background-color: rgb(93,154,124); }
div.DivClassName
{
background-color: #5D9A7C;
}
.BgClassName
{
background-color: #5D9A7C;
}
</style>
border-color css
<style>
span { border-color: #5D9A7C; }
span { border-color: rgb(93,154,124); }
td.TdClassName
{
border-color: #5D9A7C;
}
.TagClassName
{
border-color: #5D9A7C;
}
</style>