Shades of Patina #5C8D7D
Tints of Patina #5C8D7D
RGB
CMYK
RGB Variations
Color information
#5C8D7D (or 0x5C8D7D) is known color: Patina. HEX triplet: 5C, 8D and 7D. RGB value is (92,141,125). Sum of RGB (Red+Green+Blue) = 92+141+125=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #5C8D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8D7D is #A37282. Grayscale: #7C7C7C. Windows color (decimal): -10711683 or 8228188. OLE color: 8228188.
HSL color Cylindrical-coordinate representation of color #5C8D7D: hue angle of 160.41º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C8D7D is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 141 | 125 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.45 |
| HSL | 160.41º | 0.21% | 0.46% | - |
| HSV(B) | 160.41º | 0.35% | 0.55% | - |
| XYZ | 17.64 | 22.81 | 22.87 | - |
| YUV | 124.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 141 | 125 | 0.35 | 0 | 0.11 | 0.45 | 160.41 | 0.21 | 0.46 |
| Hex | 5C | 8D | 7D | 23 | 0 | B | 2D | A0 | 15 | 2E |
| Octal | 134 | 215 | 175 | 43 | 0 | 13 | 55 | 240 | 25 | 56 |
| Binary | 1011100 | 10001101 | 1111101 | 100011 | 0 | 1011 | 101101 | 10100000 | 10101 | 101110 |
Color Harmonies of #5C8D7D
Complementary color
Monochromatic Colors of #5C8D7D
Black with #5C8D7D
Text Example
Text Example
White with #5C8D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8D7D; }
p { color: rgb(92,141,125); }
H1.HeaderClassName
{
color: #5C8D7D;
}
.AnyTagClassName
{
color: #5C8D7D;
}
</style>
background-color css
<style>
a { background-color: #5C8D7D; }
a { background-color: rgb(92,141,125); }
div.DivClassName
{
background-color: #5C8D7D;
}
.BgClassName
{
background-color: #5C8D7D;
}
</style>
border-color css
<style>
span { border-color: #5C8D7D; }
span { border-color: rgb(92,141,125); }
td.TdClassName
{
border-color: #5C8D7D;
}
.TagClassName
{
border-color: #5C8D7D;
}
</style>