Shades of Patina #5C937A
Tints of Patina #5C937A
RGB
CMYK
RGB Variations
Color information
#5C937A (or 0x5C937A) is known color: Patina. HEX triplet: 5C, 93 and 7A. RGB value is (92,147,122). Sum of RGB (Red+Green+Blue) = 92+147+122=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #5C937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C937A is #A36C85. Grayscale: #7F7F7F. Windows color (decimal): -10710150 or 8033116. OLE color: 8033116.
HSL color Cylindrical-coordinate representation of color #5C937A: hue angle of 152.73º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C937A is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 122 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.42 |
| HSL | 152.73º | 0.23% | 0.47% | - |
| HSV(B) | 152.73º | 0.37% | 0.58% | - |
| XYZ | 18.36 | 24.55 | 22.18 | - |
| YUV | 127.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 122 | 0.37 | 0 | 0.17 | 0.42 | 152.73 | 0.23 | 0.47 |
| Hex | 5C | 93 | 7A | 25 | 0 | 11 | 2A | 99 | 17 | 2F |
| Octal | 134 | 223 | 172 | 45 | 0 | 21 | 52 | 231 | 27 | 57 |
| Binary | 1011100 | 10010011 | 1111010 | 100101 | 0 | 10001 | 101010 | 10011001 | 10111 | 101111 |
Color Harmonies of #5C937A
Complementary color
Monochromatic Colors of #5C937A
Black with #5C937A
Text Example
Text Example
White with #5C937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C937A; }
p { color: rgb(92,147,122); }
H1.HeaderClassName
{
color: #5C937A;
}
.AnyTagClassName
{
color: #5C937A;
}
</style>
background-color css
<style>
a { background-color: #5C937A; }
a { background-color: rgb(92,147,122); }
div.DivClassName
{
background-color: #5C937A;
}
.BgClassName
{
background-color: #5C937A;
}
</style>
border-color css
<style>
span { border-color: #5C937A; }
span { border-color: rgb(92,147,122); }
td.TdClassName
{
border-color: #5C937A;
}
.TagClassName
{
border-color: #5C937A;
}
</style>