Shades of Patina #5DA191
Tints of Patina #5DA191
RGB
CMYK
RGB Variations
Color information
#5DA191 (or 0x5DA191) is known color: Patina. HEX triplet: 5D, A1 and 91. RGB value is (93,161,145). Sum of RGB (Red+Green+Blue) = 93+161+145=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA191 is #A25E6E. Grayscale: #8A8A8A. Windows color (decimal): -10641007 or 9544029. OLE color: 9544029.
HSL color Cylindrical-coordinate representation of color #5DA191: hue angle of 165.88º 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 #5DA191 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 145 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.37 |
| HSL | 165.88º | 0.27% | 0.5% | - |
| HSV(B) | 165.88º | 0.42% | 0.63% | - |
| XYZ | 22.37 | 29.86 | 31.37 | - |
| YUV | 138.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 145 | 0.42 | 0 | 0.10 | 0.37 | 165.88 | 0.27 | 0.5 |
| Hex | 5D | A1 | 91 | 2A | 0 | A | 25 | A6 | 1B | 32 |
| Octal | 135 | 241 | 221 | 52 | 0 | 12 | 45 | 246 | 33 | 62 |
| Binary | 1011101 | 10100001 | 10010001 | 101010 | 0 | 1010 | 100101 | 10100110 | 11011 | 110010 |
Color Harmonies of #5DA191
Complementary color
Monochromatic Colors of #5DA191
Black with #5DA191
Text Example
Text Example
White with #5DA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA191; }
p { color: rgb(93,161,145); }
H1.HeaderClassName
{
color: #5DA191;
}
.AnyTagClassName
{
color: #5DA191;
}
</style>
background-color css
<style>
a { background-color: #5DA191; }
a { background-color: rgb(93,161,145); }
div.DivClassName
{
background-color: #5DA191;
}
.BgClassName
{
background-color: #5DA191;
}
</style>
border-color css
<style>
span { border-color: #5DA191; }
span { border-color: rgb(93,161,145); }
td.TdClassName
{
border-color: #5DA191;
}
.TagClassName
{
border-color: #5DA191;
}
</style>