Shades of Patina #5D9180
Tints of Patina #5D9180
RGB
CMYK
RGB Variations
Color information
#5D9180 (or 0x5D9180) is known color: Patina. HEX triplet: 5D, 91 and 80. RGB value is (93,145,128). Sum of RGB (Red+Green+Blue) = 93+145+128=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9180 is #A26E7F. Grayscale: #7F7F7F. Windows color (decimal): -10645120 or 8425821. OLE color: 8425821.
HSL color Cylindrical-coordinate representation of color #5D9180: hue angle of 160.38º 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 #5D9180 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 145 | 128 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.43 |
| HSL | 160.38º | 0.22% | 0.47% | - |
| HSV(B) | 160.38º | 0.36% | 0.57% | - |
| XYZ | 18.54 | 24.14 | 24.1 | - |
| YUV | 127.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 128 | 0.36 | 0 | 0.12 | 0.43 | 160.38 | 0.22 | 0.47 |
| Hex | 5D | 91 | 80 | 24 | 0 | C | 2B | A0 | 16 | 2F |
| Octal | 135 | 221 | 200 | 44 | 0 | 14 | 53 | 240 | 26 | 57 |
| Binary | 1011101 | 10010001 | 10000000 | 100100 | 0 | 1100 | 101011 | 10100000 | 10110 | 101111 |
Color Harmonies of #5D9180
Complementary color
Monochromatic Colors of #5D9180
Black with #5D9180
Text Example
Text Example
White with #5D9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9180; }
p { color: rgb(93,145,128); }
H1.HeaderClassName
{
color: #5D9180;
}
.AnyTagClassName
{
color: #5D9180;
}
</style>
background-color css
<style>
a { background-color: #5D9180; }
a { background-color: rgb(93,145,128); }
div.DivClassName
{
background-color: #5D9180;
}
.BgClassName
{
background-color: #5D9180;
}
</style>
border-color css
<style>
span { border-color: #5D9180; }
span { border-color: rgb(93,145,128); }
td.TdClassName
{
border-color: #5D9180;
}
.TagClassName
{
border-color: #5D9180;
}
</style>