Shades of Patina #5B9185
Tints of Patina #5B9185
RGB
CMYK
RGB Variations
Color information
#5B9185 (or 0x5B9185) is known color: Patina. HEX triplet: 5B, 91 and 85. RGB value is (91,145,133). Sum of RGB (Red+Green+Blue) = 91+145+133=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9185 is #A46E7A. Grayscale: #7F7F7F. Windows color (decimal): -10776187 or 8753499. OLE color: 8753499.
HSL color Cylindrical-coordinate representation of color #5B9185: hue angle of 166.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9185 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 145 | 133 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.43 |
| HSL | 166.67º | 0.23% | 0.46% | - |
| HSV(B) | 166.67º | 0.37% | 0.57% | - |
| XYZ | 18.67 | 24.17 | 25.87 | - |
| YUV | 127.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 133 | 0.37 | 0 | 0.08 | 0.43 | 166.67 | 0.23 | 0.46 |
| Hex | 5B | 91 | 85 | 25 | 0 | 8 | 2B | A7 | 17 | 2E |
| Octal | 133 | 221 | 205 | 45 | 0 | 10 | 53 | 247 | 27 | 56 |
| Binary | 1011011 | 10010001 | 10000101 | 100101 | 0 | 1000 | 101011 | 10100111 | 10111 | 101110 |
Color Harmonies of #5B9185
Complementary color
Monochromatic Colors of #5B9185
Black with #5B9185
Text Example
Text Example
White with #5B9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9185; }
p { color: rgb(91,145,133); }
H1.HeaderClassName
{
color: #5B9185;
}
.AnyTagClassName
{
color: #5B9185;
}
</style>
background-color css
<style>
a { background-color: #5B9185; }
a { background-color: rgb(91,145,133); }
div.DivClassName
{
background-color: #5B9185;
}
.BgClassName
{
background-color: #5B9185;
}
</style>
border-color css
<style>
span { border-color: #5B9185; }
span { border-color: rgb(91,145,133); }
td.TdClassName
{
border-color: #5B9185;
}
.TagClassName
{
border-color: #5B9185;
}
</style>