Shades of Patina #5DA286
Tints of Patina #5DA286
RGB
CMYK
RGB Variations
Color information
#5DA286 (or 0x5DA286) is known color: Patina. HEX triplet: 5D, A2 and 86. RGB value is (93,162,134). Sum of RGB (Red+Green+Blue) = 93+162+134=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA286 is #A25D79. Grayscale: #8A8A8A. Windows color (decimal): -10640762 or 8823389. OLE color: 8823389.
HSL color Cylindrical-coordinate representation of color #5DA286: hue angle of 155.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA286 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 134 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.36 |
| HSL | 155.65º | 0.27% | 0.5% | - |
| HSV(B) | 155.65º | 0.43% | 0.64% | - |
| XYZ | 21.74 | 29.89 | 27.18 | - |
| YUV | 138.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 134 | 0.43 | 0 | 0.17 | 0.36 | 155.65 | 0.27 | 0.5 |
| Hex | 5D | A2 | 86 | 2B | 0 | 11 | 24 | 9C | 1B | 32 |
| Octal | 135 | 242 | 206 | 53 | 0 | 21 | 44 | 234 | 33 | 62 |
| Binary | 1011101 | 10100010 | 10000110 | 101011 | 0 | 10001 | 100100 | 10011100 | 11011 | 110010 |
Color Harmonies of #5DA286
Complementary color
Monochromatic Colors of #5DA286
Black with #5DA286
Text Example
Text Example
White with #5DA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA286; }
p { color: rgb(93,162,134); }
H1.HeaderClassName
{
color: #5DA286;
}
.AnyTagClassName
{
color: #5DA286;
}
</style>
background-color css
<style>
a { background-color: #5DA286; }
a { background-color: rgb(93,162,134); }
div.DivClassName
{
background-color: #5DA286;
}
.BgClassName
{
background-color: #5DA286;
}
</style>
border-color css
<style>
span { border-color: #5DA286; }
span { border-color: rgb(93,162,134); }
td.TdClassName
{
border-color: #5DA286;
}
.TagClassName
{
border-color: #5DA286;
}
</style>