Shades of Patina #5C987B
Tints of Patina #5C987B
RGB
CMYK
RGB Variations
Color information
#5C987B (or 0x5C987B) is known color: Patina. HEX triplet: 5C, 98 and 7B. RGB value is (92,152,123). Sum of RGB (Red+Green+Blue) = 92+152+123=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #5C987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C987B is #A36784. Grayscale: #828282. Windows color (decimal): -10708869 or 8099932. OLE color: 8099932.
HSL color Cylindrical-coordinate representation of color #5C987B: hue angle of 151º 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 #5C987B is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 123 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.40 |
| HSL | 151º | 0.25% | 0.48% | - |
| HSV(B) | 151º | 0.39% | 0.6% | - |
| XYZ | 19.22 | 26.16 | 22.78 | - |
| YUV | 130.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 123 | 0.39 | 0 | 0.19 | 0.40 | 151 | 0.25 | 0.48 |
| Hex | 5C | 98 | 7B | 27 | 0 | 13 | 28 | 97 | 19 | 30 |
| Octal | 134 | 230 | 173 | 47 | 0 | 23 | 50 | 227 | 31 | 60 |
| Binary | 1011100 | 10011000 | 1111011 | 100111 | 0 | 10011 | 101000 | 10010111 | 11001 | 110000 |
Color Harmonies of #5C987B
Complementary color
Monochromatic Colors of #5C987B
Black with #5C987B
Text Example
Text Example
White with #5C987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C987B; }
p { color: rgb(92,152,123); }
H1.HeaderClassName
{
color: #5C987B;
}
.AnyTagClassName
{
color: #5C987B;
}
</style>
background-color css
<style>
a { background-color: #5C987B; }
a { background-color: rgb(92,152,123); }
div.DivClassName
{
background-color: #5C987B;
}
.BgClassName
{
background-color: #5C987B;
}
</style>
border-color css
<style>
span { border-color: #5C987B; }
span { border-color: rgb(92,152,123); }
td.TdClassName
{
border-color: #5C987B;
}
.TagClassName
{
border-color: #5C987B;
}
</style>