Shades of Patina #5C917C
Tints of Patina #5C917C
RGB
CMYK
RGB Variations
Color information
#5C917C (or 0x5C917C) is known color: Patina. HEX triplet: 5C, 91 and 7C. RGB value is (92,145,124). Sum of RGB (Red+Green+Blue) = 92+145+124=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #5C917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C917C is #A36E83. Grayscale: #7E7E7E. Windows color (decimal): -10710660 or 8163676. OLE color: 8163676.
HSL color Cylindrical-coordinate representation of color #5C917C: hue angle of 156.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C917C is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 145 | 124 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.43 |
| HSL | 156.23º | 0.22% | 0.46% | - |
| HSV(B) | 156.23º | 0.37% | 0.57% | - |
| XYZ | 18.18 | 23.98 | 22.74 | - |
| YUV | 126.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 124 | 0.37 | 0 | 0.14 | 0.43 | 156.23 | 0.22 | 0.46 |
| Hex | 5C | 91 | 7C | 25 | 0 | E | 2B | 9C | 16 | 2E |
| Octal | 134 | 221 | 174 | 45 | 0 | 16 | 53 | 234 | 26 | 56 |
| Binary | 1011100 | 10010001 | 1111100 | 100101 | 0 | 1110 | 101011 | 10011100 | 10110 | 101110 |
Color Harmonies of #5C917C
Complementary color
Monochromatic Colors of #5C917C
Black with #5C917C
Text Example
Text Example
White with #5C917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C917C; }
p { color: rgb(92,145,124); }
H1.HeaderClassName
{
color: #5C917C;
}
.AnyTagClassName
{
color: #5C917C;
}
</style>
background-color css
<style>
a { background-color: #5C917C; }
a { background-color: rgb(92,145,124); }
div.DivClassName
{
background-color: #5C917C;
}
.BgClassName
{
background-color: #5C917C;
}
</style>
border-color css
<style>
span { border-color: #5C917C; }
span { border-color: rgb(92,145,124); }
td.TdClassName
{
border-color: #5C917C;
}
.TagClassName
{
border-color: #5C917C;
}
</style>