Shades of Patina #5C947D
Tints of Patina #5C947D
RGB
CMYK
RGB Variations
Color information
#5C947D (or 0x5C947D) is known color: Patina. HEX triplet: 5C, 94 and 7D. RGB value is (92,148,125). Sum of RGB (Red+Green+Blue) = 92+148+125=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #5C947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C947D is #A36B82. Grayscale: #808080. Windows color (decimal): -10709891 or 8229980. OLE color: 8229980.
HSL color Cylindrical-coordinate representation of color #5C947D: hue angle of 155.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C947D is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 148 | 125 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.42 |
| HSL | 155.36º | 0.23% | 0.47% | - |
| HSV(B) | 155.36º | 0.38% | 0.58% | - |
| XYZ | 18.71 | 24.94 | 23.23 | - |
| YUV | 128.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 148 | 125 | 0.38 | 0 | 0.16 | 0.42 | 155.36 | 0.23 | 0.47 |
| Hex | 5C | 94 | 7D | 26 | 0 | 10 | 2A | 9B | 17 | 2F |
| Octal | 134 | 224 | 175 | 46 | 0 | 20 | 52 | 233 | 27 | 57 |
| Binary | 1011100 | 10010100 | 1111101 | 100110 | 0 | 10000 | 101010 | 10011011 | 10111 | 101111 |
Color Harmonies of #5C947D
Complementary color
Monochromatic Colors of #5C947D
Black with #5C947D
Text Example
Text Example
White with #5C947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C947D; }
p { color: rgb(92,148,125); }
H1.HeaderClassName
{
color: #5C947D;
}
.AnyTagClassName
{
color: #5C947D;
}
</style>
background-color css
<style>
a { background-color: #5C947D; }
a { background-color: rgb(92,148,125); }
div.DivClassName
{
background-color: #5C947D;
}
.BgClassName
{
background-color: #5C947D;
}
</style>
border-color css
<style>
span { border-color: #5C947D; }
span { border-color: rgb(92,148,125); }
td.TdClassName
{
border-color: #5C947D;
}
.TagClassName
{
border-color: #5C947D;
}
</style>