Shades of Patina #5DA282
Tints of Patina #5DA282
RGB
CMYK
RGB Variations
Color information
#5DA282 (or 0x5DA282) is known color: Patina. HEX triplet: 5D, A2 and 82. RGB value is (93,162,130). Sum of RGB (Red+Green+Blue) = 93+162+130=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA282 is #A25D7D. Grayscale: #898989. Windows color (decimal): -10640766 or 8561245. OLE color: 8561245.
HSL color Cylindrical-coordinate representation of color #5DA282: hue angle of 152.17º 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 #5DA282 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 130 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.36 |
| HSL | 152.17º | 0.27% | 0.5% | - |
| HSV(B) | 152.17º | 0.43% | 0.64% | - |
| XYZ | 21.46 | 29.78 | 25.74 | - |
| YUV | 137.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 130 | 0.43 | 0 | 0.20 | 0.36 | 152.17 | 0.27 | 0.5 |
| Hex | 5D | A2 | 82 | 2B | 0 | 14 | 24 | 98 | 1B | 32 |
| Octal | 135 | 242 | 202 | 53 | 0 | 24 | 44 | 230 | 33 | 62 |
| Binary | 1011101 | 10100010 | 10000010 | 101011 | 0 | 10100 | 100100 | 10011000 | 11011 | 110010 |
Color Harmonies of #5DA282
Complementary color
Monochromatic Colors of #5DA282
Black with #5DA282
Text Example
Text Example
White with #5DA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA282; }
p { color: rgb(93,162,130); }
H1.HeaderClassName
{
color: #5DA282;
}
.AnyTagClassName
{
color: #5DA282;
}
</style>
background-color css
<style>
a { background-color: #5DA282; }
a { background-color: rgb(93,162,130); }
div.DivClassName
{
background-color: #5DA282;
}
.BgClassName
{
background-color: #5DA282;
}
</style>
border-color css
<style>
span { border-color: #5DA282; }
span { border-color: rgb(93,162,130); }
td.TdClassName
{
border-color: #5DA282;
}
.TagClassName
{
border-color: #5DA282;
}
</style>