Shades of Patina #5DA07F
Tints of Patina #5DA07F
RGB
CMYK
RGB Variations
Color information
#5DA07F (or 0x5DA07F) is known color: Patina. HEX triplet: 5D, A0 and 7F. RGB value is (93,160,127). Sum of RGB (Red+Green+Blue) = 93+160+127=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA07F is #A25F80. Grayscale: #888888. Windows color (decimal): -10641281 or 8364125. OLE color: 8364125.
HSL color Cylindrical-coordinate representation of color #5DA07F: hue angle of 150.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA07F is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 127 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.37 |
| HSL | 150.45º | 0.26% | 0.5% | - |
| HSV(B) | 150.45º | 0.42% | 0.63% | - |
| XYZ | 20.92 | 29 | 24.57 | - |
| YUV | 136.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 127 | 0.42 | 0 | 0.21 | 0.37 | 150.45 | 0.26 | 0.5 |
| Hex | 5D | A0 | 7F | 2A | 0 | 15 | 25 | 96 | 1A | 32 |
| Octal | 135 | 240 | 177 | 52 | 0 | 25 | 45 | 226 | 32 | 62 |
| Binary | 1011101 | 10100000 | 1111111 | 101010 | 0 | 10101 | 100101 | 10010110 | 11010 | 110010 |
Color Harmonies of #5DA07F
Complementary color
Monochromatic Colors of #5DA07F
Black with #5DA07F
Text Example
Text Example
White with #5DA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA07F; }
p { color: rgb(93,160,127); }
H1.HeaderClassName
{
color: #5DA07F;
}
.AnyTagClassName
{
color: #5DA07F;
}
</style>
background-color css
<style>
a { background-color: #5DA07F; }
a { background-color: rgb(93,160,127); }
div.DivClassName
{
background-color: #5DA07F;
}
.BgClassName
{
background-color: #5DA07F;
}
</style>
border-color css
<style>
span { border-color: #5DA07F; }
span { border-color: rgb(93,160,127); }
td.TdClassName
{
border-color: #5DA07F;
}
.TagClassName
{
border-color: #5DA07F;
}
</style>