Shades of Patina #5C977C
Tints of Patina #5C977C
RGB
CMYK
RGB Variations
Color information
#5C977C (or 0x5C977C) is known color: Patina. HEX triplet: 5C, 97 and 7C. RGB value is (92,151,124). Sum of RGB (Red+Green+Blue) = 92+151+124=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #5C977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C977C is #A36883. Grayscale: #828282. Windows color (decimal): -10709124 or 8165212. OLE color: 8165212.
HSL color Cylindrical-coordinate representation of color #5C977C: hue angle of 152.54º 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 #5C977C is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 124 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.41 |
| HSL | 152.54º | 0.24% | 0.48% | - |
| HSV(B) | 152.54º | 0.39% | 0.59% | - |
| XYZ | 19.12 | 25.86 | 23.05 | - |
| YUV | 130.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 124 | 0.39 | 0 | 0.18 | 0.41 | 152.54 | 0.24 | 0.48 |
| Hex | 5C | 97 | 7C | 27 | 0 | 12 | 29 | 99 | 18 | 30 |
| Octal | 134 | 227 | 174 | 47 | 0 | 22 | 51 | 231 | 30 | 60 |
| Binary | 1011100 | 10010111 | 1111100 | 100111 | 0 | 10010 | 101001 | 10011001 | 11000 | 110000 |
Color Harmonies of #5C977C
Complementary color
Monochromatic Colors of #5C977C
Black with #5C977C
Text Example
Text Example
White with #5C977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C977C; }
p { color: rgb(92,151,124); }
H1.HeaderClassName
{
color: #5C977C;
}
.AnyTagClassName
{
color: #5C977C;
}
</style>
background-color css
<style>
a { background-color: #5C977C; }
a { background-color: rgb(92,151,124); }
div.DivClassName
{
background-color: #5C977C;
}
.BgClassName
{
background-color: #5C977C;
}
</style>
border-color css
<style>
span { border-color: #5C977C; }
span { border-color: rgb(92,151,124); }
td.TdClassName
{
border-color: #5C977C;
}
.TagClassName
{
border-color: #5C977C;
}
</style>