Shades of Patina #5C987D
Tints of Patina #5C987D
RGB
CMYK
RGB Variations
Color information
#5C987D (or 0x5C987D) is known color: Patina. HEX triplet: 5C, 98 and 7D. RGB value is (92,152,125). Sum of RGB (Red+Green+Blue) = 92+152+125=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #5C987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C987D is #A36782. Grayscale: #838383. Windows color (decimal): -10708867 or 8231004. OLE color: 8231004.
HSL color Cylindrical-coordinate representation of color #5C987D: hue angle of 153º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C987D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 125 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.40 |
| HSL | 153º | 0.25% | 0.48% | - |
| HSV(B) | 153º | 0.39% | 0.6% | - |
| XYZ | 19.34 | 26.21 | 23.44 | - |
| YUV | 130.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 125 | 0.39 | 0 | 0.18 | 0.40 | 153 | 0.25 | 0.48 |
| Hex | 5C | 98 | 7D | 27 | 0 | 12 | 28 | 99 | 19 | 30 |
| Octal | 134 | 230 | 175 | 47 | 0 | 22 | 50 | 231 | 31 | 60 |
| Binary | 1011100 | 10011000 | 1111101 | 100111 | 0 | 10010 | 101000 | 10011001 | 11001 | 110000 |
Color Harmonies of #5C987D
Complementary color
Monochromatic Colors of #5C987D
Black with #5C987D
Text Example
Text Example
White with #5C987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C987D; }
p { color: rgb(92,152,125); }
H1.HeaderClassName
{
color: #5C987D;
}
.AnyTagClassName
{
color: #5C987D;
}
</style>
background-color css
<style>
a { background-color: #5C987D; }
a { background-color: rgb(92,152,125); }
div.DivClassName
{
background-color: #5C987D;
}
.BgClassName
{
background-color: #5C987D;
}
</style>
border-color css
<style>
span { border-color: #5C987D; }
span { border-color: rgb(92,152,125); }
td.TdClassName
{
border-color: #5C987D;
}
.TagClassName
{
border-color: #5C987D;
}
</style>