Shades of Patina #5C987E
Tints of Patina #5C987E
RGB
CMYK
RGB Variations
Color information
#5C987E (or 0x5C987E) is known color: Patina. HEX triplet: 5C, 98 and 7E. RGB value is (92,152,126). Sum of RGB (Red+Green+Blue) = 92+152+126=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #5C987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C987E is #A36781. Grayscale: #838383. Windows color (decimal): -10708866 or 8296540. OLE color: 8296540.
HSL color Cylindrical-coordinate representation of color #5C987E: hue angle of 154º 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 #5C987E is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 126 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.40 |
| HSL | 154º | 0.25% | 0.48% | - |
| HSV(B) | 154º | 0.39% | 0.6% | - |
| XYZ | 19.41 | 26.24 | 23.78 | - |
| YUV | 131.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 126 | 0.39 | 0 | 0.17 | 0.40 | 154 | 0.25 | 0.48 |
| Hex | 5C | 98 | 7E | 27 | 0 | 11 | 28 | 9A | 19 | 30 |
| Octal | 134 | 230 | 176 | 47 | 0 | 21 | 50 | 232 | 31 | 60 |
| Binary | 1011100 | 10011000 | 1111110 | 100111 | 0 | 10001 | 101000 | 10011010 | 11001 | 110000 |
Color Harmonies of #5C987E
Complementary color
Monochromatic Colors of #5C987E
Black with #5C987E
Text Example
Text Example
White with #5C987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C987E; }
p { color: rgb(92,152,126); }
H1.HeaderClassName
{
color: #5C987E;
}
.AnyTagClassName
{
color: #5C987E;
}
</style>
background-color css
<style>
a { background-color: #5C987E; }
a { background-color: rgb(92,152,126); }
div.DivClassName
{
background-color: #5C987E;
}
.BgClassName
{
background-color: #5C987E;
}
</style>
border-color css
<style>
span { border-color: #5C987E; }
span { border-color: rgb(92,152,126); }
td.TdClassName
{
border-color: #5C987E;
}
.TagClassName
{
border-color: #5C987E;
}
</style>