Shades of Patina #5B9180
Tints of Patina #5B9180
RGB
CMYK
RGB Variations
Color information
#5B9180 (or 0x5B9180) is known color: Patina. HEX triplet: 5B, 91 and 80. RGB value is (91,145,128). Sum of RGB (Red+Green+Blue) = 91+145+128=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9180 is #A46E7F. Grayscale: #7E7E7E. Windows color (decimal): -10776192 or 8425819. OLE color: 8425819.
HSL color Cylindrical-coordinate representation of color #5B9180: hue angle of 161.11º 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 #5B9180 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 145 | 128 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.43 |
| HSL | 161.11º | 0.23% | 0.46% | - |
| HSV(B) | 161.11º | 0.37% | 0.57% | - |
| XYZ | 18.34 | 24.03 | 24.09 | - |
| YUV | 126.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 128 | 0.37 | 0 | 0.12 | 0.43 | 161.11 | 0.23 | 0.46 |
| Hex | 5B | 91 | 80 | 25 | 0 | C | 2B | A1 | 17 | 2E |
| Octal | 133 | 221 | 200 | 45 | 0 | 14 | 53 | 241 | 27 | 56 |
| Binary | 1011011 | 10010001 | 10000000 | 100101 | 0 | 1100 | 101011 | 10100001 | 10111 | 101110 |
Color Harmonies of #5B9180
Complementary color
Monochromatic Colors of #5B9180
Black with #5B9180
Text Example
Text Example
White with #5B9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9180; }
p { color: rgb(91,145,128); }
H1.HeaderClassName
{
color: #5B9180;
}
.AnyTagClassName
{
color: #5B9180;
}
</style>
background-color css
<style>
a { background-color: #5B9180; }
a { background-color: rgb(91,145,128); }
div.DivClassName
{
background-color: #5B9180;
}
.BgClassName
{
background-color: #5B9180;
}
</style>
border-color css
<style>
span { border-color: #5B9180; }
span { border-color: rgb(91,145,128); }
td.TdClassName
{
border-color: #5B9180;
}
.TagClassName
{
border-color: #5B9180;
}
</style>