Shades of Patina #5C9F87
Tints of Patina #5C9F87
RGB
CMYK
RGB Variations
Color information
#5C9F87 (or 0x5C9F87) is known color: Patina. HEX triplet: 5C, 9F and 87. RGB value is (92,159,135). Sum of RGB (Red+Green+Blue) = 92+159+135=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9F87 is #A36078. Grayscale: #888888. Windows color (decimal): -10707065 or 8888156. OLE color: 8888156.
HSL color Cylindrical-coordinate representation of color #5C9F87: hue angle of 158.51º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C9F87 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 159 | 135 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.38 |
| HSL | 158.51º | 0.27% | 0.49% | - |
| HSV(B) | 158.51º | 0.42% | 0.62% | - |
| XYZ | 21.18 | 28.82 | 27.37 | - |
| YUV | 136.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 135 | 0.42 | 0 | 0.15 | 0.38 | 158.51 | 0.27 | 0.49 |
| Hex | 5C | 9F | 87 | 2A | 0 | F | 26 | 9F | 1B | 31 |
| Octal | 134 | 237 | 207 | 52 | 0 | 17 | 46 | 237 | 33 | 61 |
| Binary | 1011100 | 10011111 | 10000111 | 101010 | 0 | 1111 | 100110 | 10011111 | 11011 | 110001 |
Color Harmonies of #5C9F87
Complementary color
Monochromatic Colors of #5C9F87
Black with #5C9F87
Text Example
Text Example
White with #5C9F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9F87; }
p { color: rgb(92,159,135); }
H1.HeaderClassName
{
color: #5C9F87;
}
.AnyTagClassName
{
color: #5C9F87;
}
</style>
background-color css
<style>
a { background-color: #5C9F87; }
a { background-color: rgb(92,159,135); }
div.DivClassName
{
background-color: #5C9F87;
}
.BgClassName
{
background-color: #5C9F87;
}
</style>
border-color css
<style>
span { border-color: #5C9F87; }
span { border-color: rgb(92,159,135); }
td.TdClassName
{
border-color: #5C9F87;
}
.TagClassName
{
border-color: #5C9F87;
}
</style>