Shades of Patina #5B8D85
Tints of Patina #5B8D85
RGB
CMYK
RGB Variations
Color information
#5B8D85 (or 0x5B8D85) is known color: Patina. HEX triplet: 5B, 8D and 85. RGB value is (91,141,133). Sum of RGB (Red+Green+Blue) = 91+141+133=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8D85 is #A4727A. Grayscale: #7D7D7D. Windows color (decimal): -10777211 or 8752475. OLE color: 8752475.
HSL color Cylindrical-coordinate representation of color #5B8D85: hue angle of 170.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8D85 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 141 | 133 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.45 |
| HSL | 170.4º | 0.22% | 0.45% | - |
| HSV(B) | 170.4º | 0.35% | 0.55% | - |
| XYZ | 18.07 | 22.97 | 25.67 | - |
| YUV | 125.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 133 | 0.35 | 0 | 0.06 | 0.45 | 170.4 | 0.22 | 0.45 |
| Hex | 5B | 8D | 85 | 23 | 0 | 6 | 2D | AA | 16 | 2D |
| Octal | 133 | 215 | 205 | 43 | 0 | 6 | 55 | 252 | 26 | 55 |
| Binary | 1011011 | 10001101 | 10000101 | 100011 | 0 | 110 | 101101 | 10101010 | 10110 | 101101 |
Color Harmonies of #5B8D85
Complementary color
Monochromatic Colors of #5B8D85
Black with #5B8D85
Text Example
Text Example
White with #5B8D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8D85; }
p { color: rgb(91,141,133); }
H1.HeaderClassName
{
color: #5B8D85;
}
.AnyTagClassName
{
color: #5B8D85;
}
</style>
background-color css
<style>
a { background-color: #5B8D85; }
a { background-color: rgb(91,141,133); }
div.DivClassName
{
background-color: #5B8D85;
}
.BgClassName
{
background-color: #5B8D85;
}
</style>
border-color css
<style>
span { border-color: #5B8D85; }
span { border-color: rgb(91,141,133); }
td.TdClassName
{
border-color: #5B8D85;
}
.TagClassName
{
border-color: #5B8D85;
}
</style>