Shades of Patina #5B8D7D
Tints of Patina #5B8D7D
RGB
CMYK
RGB Variations
Color information
#5B8D7D (or 0x5B8D7D) is known color: Patina. HEX triplet: 5B, 8D and 7D. RGB value is (91,141,125). Sum of RGB (Red+Green+Blue) = 91+141+125=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8D7D is #A47282. Grayscale: #7C7C7C. Windows color (decimal): -10777219 or 8228187. OLE color: 8228187.
HSL color Cylindrical-coordinate representation of color #5B8D7D: hue angle of 160.8º 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 #5B8D7D is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 141 | 125 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.45 |
| HSL | 160.8º | 0.22% | 0.45% | - |
| HSV(B) | 160.8º | 0.35% | 0.55% | - |
| XYZ | 17.54 | 22.75 | 22.87 | - |
| YUV | 124.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 125 | 0.35 | 0 | 0.11 | 0.45 | 160.8 | 0.22 | 0.45 |
| Hex | 5B | 8D | 7D | 23 | 0 | B | 2D | A1 | 16 | 2D |
| Octal | 133 | 215 | 175 | 43 | 0 | 13 | 55 | 241 | 26 | 55 |
| Binary | 1011011 | 10001101 | 1111101 | 100011 | 0 | 1011 | 101101 | 10100001 | 10110 | 101101 |
Color Harmonies of #5B8D7D
Complementary color
Monochromatic Colors of #5B8D7D
Black with #5B8D7D
Text Example
Text Example
White with #5B8D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8D7D; }
p { color: rgb(91,141,125); }
H1.HeaderClassName
{
color: #5B8D7D;
}
.AnyTagClassName
{
color: #5B8D7D;
}
</style>
background-color css
<style>
a { background-color: #5B8D7D; }
a { background-color: rgb(91,141,125); }
div.DivClassName
{
background-color: #5B8D7D;
}
.BgClassName
{
background-color: #5B8D7D;
}
</style>
border-color css
<style>
span { border-color: #5B8D7D; }
span { border-color: rgb(91,141,125); }
td.TdClassName
{
border-color: #5B8D7D;
}
.TagClassName
{
border-color: #5B8D7D;
}
</style>