Shades of Patina #5C8E87
Tints of Patina #5C8E87
RGB
CMYK
RGB Variations
Color information
#5C8E87 (or 0x5C8E87) is known color: Patina. HEX triplet: 5C, 8E and 87. RGB value is (92,142,135). Sum of RGB (Red+Green+Blue) = 92+142+135=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8E87 is #A37178. Grayscale: #7E7E7E. Windows color (decimal): -10711417 or 8883804. OLE color: 8883804.
HSL color Cylindrical-coordinate representation of color #5C8E87: hue angle of 171.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C8E87 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 142 | 135 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.44 |
| HSL | 171.6º | 0.21% | 0.46% | - |
| HSV(B) | 171.6º | 0.35% | 0.56% | - |
| XYZ | 18.46 | 23.37 | 26.46 | - |
| YUV | 126.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 142 | 135 | 0.35 | 0 | 0.05 | 0.44 | 171.6 | 0.21 | 0.46 |
| Hex | 5C | 8E | 87 | 23 | 0 | 5 | 2C | AC | 15 | 2E |
| Octal | 134 | 216 | 207 | 43 | 0 | 5 | 54 | 254 | 25 | 56 |
| Binary | 1011100 | 10001110 | 10000111 | 100011 | 0 | 101 | 101100 | 10101100 | 10101 | 101110 |
Color Harmonies of #5C8E87
Complementary color
Monochromatic Colors of #5C8E87
Black with #5C8E87
Text Example
Text Example
White with #5C8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8E87; }
p { color: rgb(92,142,135); }
H1.HeaderClassName
{
color: #5C8E87;
}
.AnyTagClassName
{
color: #5C8E87;
}
</style>
background-color css
<style>
a { background-color: #5C8E87; }
a { background-color: rgb(92,142,135); }
div.DivClassName
{
background-color: #5C8E87;
}
.BgClassName
{
background-color: #5C8E87;
}
</style>
border-color css
<style>
span { border-color: #5C8E87; }
span { border-color: rgb(92,142,135); }
td.TdClassName
{
border-color: #5C8E87;
}
.TagClassName
{
border-color: #5C8E87;
}
</style>