Shades of Patina #5B877F
Tints of Patina #5B877F
RGB
CMYK
RGB Variations
Color information
#5B877F (or 0x5B877F) is known color: Patina. HEX triplet: 5B, 87 and 7F. RGB value is (91,135,127). Sum of RGB (Red+Green+Blue) = 91+135+127=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #5B877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B877F is #A47880. Grayscale: #787878. Windows color (decimal): -10778753 or 8357723. OLE color: 8357723.
HSL color Cylindrical-coordinate representation of color #5B877F: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B877F is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 127 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.47 |
| HSL | 169.09º | 0.19% | 0.44% | - |
| HSV(B) | 169.09º | 0.33% | 0.53% | - |
| XYZ | 16.81 | 21.08 | 23.26 | - |
| YUV | 120.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 127 | 0.33 | 0 | 0.06 | 0.47 | 169.09 | 0.19 | 0.44 |
| Hex | 5B | 87 | 7F | 21 | 0 | 6 | 2F | A9 | 13 | 2C |
| Octal | 133 | 207 | 177 | 41 | 0 | 6 | 57 | 251 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1111111 | 100001 | 0 | 110 | 101111 | 10101001 | 10011 | 101100 |
Color Harmonies of #5B877F
Complementary color
Monochromatic Colors of #5B877F
Black with #5B877F
Text Example
Text Example
White with #5B877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B877F; }
p { color: rgb(91,135,127); }
H1.HeaderClassName
{
color: #5B877F;
}
.AnyTagClassName
{
color: #5B877F;
}
</style>
background-color css
<style>
a { background-color: #5B877F; }
a { background-color: rgb(91,135,127); }
div.DivClassName
{
background-color: #5B877F;
}
.BgClassName
{
background-color: #5B877F;
}
</style>
border-color css
<style>
span { border-color: #5B877F; }
span { border-color: rgb(91,135,127); }
td.TdClassName
{
border-color: #5B877F;
}
.TagClassName
{
border-color: #5B877F;
}
</style>