Shades of Patina #5D9185
Tints of Patina #5D9185
RGB
CMYK
RGB Variations
Color information
#5D9185 (or 0x5D9185) is known color: Patina. HEX triplet: 5D, 91 and 85. RGB value is (93,145,133). Sum of RGB (Red+Green+Blue) = 93+145+133=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9185 is #A26E7A. Grayscale: #808080. Windows color (decimal): -10645115 or 8753501. OLE color: 8753501.
HSL color Cylindrical-coordinate representation of color #5D9185: hue angle of 166.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D9185 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 145 | 133 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.43 |
| HSL | 166.15º | 0.22% | 0.47% | - |
| HSV(B) | 166.15º | 0.36% | 0.57% | - |
| XYZ | 18.87 | 24.27 | 25.88 | - |
| YUV | 128.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 133 | 0.36 | 0 | 0.08 | 0.43 | 166.15 | 0.22 | 0.47 |
| Hex | 5D | 91 | 85 | 24 | 0 | 8 | 2B | A6 | 16 | 2F |
| Octal | 135 | 221 | 205 | 44 | 0 | 10 | 53 | 246 | 26 | 57 |
| Binary | 1011101 | 10010001 | 10000101 | 100100 | 0 | 1000 | 101011 | 10100110 | 10110 | 101111 |
Color Harmonies of #5D9185
Complementary color
Monochromatic Colors of #5D9185
Black with #5D9185
Text Example
Text Example
White with #5D9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9185; }
p { color: rgb(93,145,133); }
H1.HeaderClassName
{
color: #5D9185;
}
.AnyTagClassName
{
color: #5D9185;
}
</style>
background-color css
<style>
a { background-color: #5D9185; }
a { background-color: rgb(93,145,133); }
div.DivClassName
{
background-color: #5D9185;
}
.BgClassName
{
background-color: #5D9185;
}
</style>
border-color css
<style>
span { border-color: #5D9185; }
span { border-color: rgb(93,145,133); }
td.TdClassName
{
border-color: #5D9185;
}
.TagClassName
{
border-color: #5D9185;
}
</style>