Shades of Patina #5DA184
Tints of Patina #5DA184
RGB
CMYK
RGB Variations
Color information
#5DA184 (or 0x5DA184) is known color: Patina. HEX triplet: 5D, A1 and 84. RGB value is (93,161,132). Sum of RGB (Red+Green+Blue) = 93+161+132=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA184 is #A25E7B. Grayscale: #898989. Windows color (decimal): -10641020 or 8692061. OLE color: 8692061.
HSL color Cylindrical-coordinate representation of color #5DA184: hue angle of 154.41º degrees, saturation: 0.27, 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 #5DA184 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 132 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.37 |
| HSL | 154.41º | 0.27% | 0.5% | - |
| HSV(B) | 154.41º | 0.42% | 0.63% | - |
| XYZ | 21.42 | 29.48 | 26.39 | - |
| YUV | 137.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 132 | 0.42 | 0 | 0.18 | 0.37 | 154.41 | 0.27 | 0.5 |
| Hex | 5D | A1 | 84 | 2A | 0 | 12 | 25 | 9A | 1B | 32 |
| Octal | 135 | 241 | 204 | 52 | 0 | 22 | 45 | 232 | 33 | 62 |
| Binary | 1011101 | 10100001 | 10000100 | 101010 | 0 | 10010 | 100101 | 10011010 | 11011 | 110010 |
Color Harmonies of #5DA184
Complementary color
Monochromatic Colors of #5DA184
Black with #5DA184
Text Example
Text Example
White with #5DA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA184; }
p { color: rgb(93,161,132); }
H1.HeaderClassName
{
color: #5DA184;
}
.AnyTagClassName
{
color: #5DA184;
}
</style>
background-color css
<style>
a { background-color: #5DA184; }
a { background-color: rgb(93,161,132); }
div.DivClassName
{
background-color: #5DA184;
}
.BgClassName
{
background-color: #5DA184;
}
</style>
border-color css
<style>
span { border-color: #5DA184; }
span { border-color: rgb(93,161,132); }
td.TdClassName
{
border-color: #5DA184;
}
.TagClassName
{
border-color: #5DA184;
}
</style>