Shades of Patina #5C978E
Tints of Patina #5C978E
RGB
CMYK
RGB Variations
Color information
#5C978E (or 0x5C978E) is known color: Patina. HEX triplet: 5C, 97 and 8E. RGB value is (92,151,142). Sum of RGB (Red+Green+Blue) = 92+151+142=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #5C978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C978E is #A36871. Grayscale: #848484. Windows color (decimal): -10709106 or 9344860. OLE color: 9344860.
HSL color Cylindrical-coordinate representation of color #5C978E: hue angle of 170.85º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C978E is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 142 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.41 |
| HSL | 170.85º | 0.24% | 0.48% | - |
| HSV(B) | 170.85º | 0.39% | 0.59% | - |
| XYZ | 20.36 | 26.36 | 29.61 | - |
| YUV | 132.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 142 | 0.39 | 0 | 0.06 | 0.41 | 170.85 | 0.24 | 0.48 |
| Hex | 5C | 97 | 8E | 27 | 0 | 6 | 29 | AB | 18 | 30 |
| Octal | 134 | 227 | 216 | 47 | 0 | 6 | 51 | 253 | 30 | 60 |
| Binary | 1011100 | 10010111 | 10001110 | 100111 | 0 | 110 | 101001 | 10101011 | 11000 | 110000 |
Color Harmonies of #5C978E
Complementary color
Monochromatic Colors of #5C978E
Black with #5C978E
Text Example
Text Example
White with #5C978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C978E; }
p { color: rgb(92,151,142); }
H1.HeaderClassName
{
color: #5C978E;
}
.AnyTagClassName
{
color: #5C978E;
}
</style>
background-color css
<style>
a { background-color: #5C978E; }
a { background-color: rgb(92,151,142); }
div.DivClassName
{
background-color: #5C978E;
}
.BgClassName
{
background-color: #5C978E;
}
</style>
border-color css
<style>
span { border-color: #5C978E; }
span { border-color: rgb(92,151,142); }
td.TdClassName
{
border-color: #5C978E;
}
.TagClassName
{
border-color: #5C978E;
}
</style>