Shades of Patina #5C897E
Tints of Patina #5C897E
RGB
CMYK
RGB Variations
Color information
#5C897E (or 0x5C897E) is known color: Patina. HEX triplet: 5C, 89 and 7E. RGB value is (92,137,126). Sum of RGB (Red+Green+Blue) = 92+137+126=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #5C897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C897E is #A37681. Grayscale: #7A7A7A. Windows color (decimal): -10712706 or 8292700. OLE color: 8292700.
HSL color Cylindrical-coordinate representation of color #5C897E: hue angle of 165.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C897E is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 137 | 126 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.46 |
| HSL | 165.33º | 0.2% | 0.45% | - |
| HSV(B) | 165.33º | 0.33% | 0.54% | - |
| XYZ | 17.13 | 21.67 | 23.02 | - |
| YUV | 122.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 137 | 126 | 0.33 | 0 | 0.08 | 0.46 | 165.33 | 0.2 | 0.45 |
| Hex | 5C | 89 | 7E | 21 | 0 | 8 | 2E | A5 | 14 | 2D |
| Octal | 134 | 211 | 176 | 41 | 0 | 10 | 56 | 245 | 24 | 55 |
| Binary | 1011100 | 10001001 | 1111110 | 100001 | 0 | 1000 | 101110 | 10100101 | 10100 | 101101 |
Color Harmonies of #5C897E
Complementary color
Monochromatic Colors of #5C897E
Black with #5C897E
Text Example
Text Example
White with #5C897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C897E; }
p { color: rgb(92,137,126); }
H1.HeaderClassName
{
color: #5C897E;
}
.AnyTagClassName
{
color: #5C897E;
}
</style>
background-color css
<style>
a { background-color: #5C897E; }
a { background-color: rgb(92,137,126); }
div.DivClassName
{
background-color: #5C897E;
}
.BgClassName
{
background-color: #5C897E;
}
</style>
border-color css
<style>
span { border-color: #5C897E; }
span { border-color: rgb(92,137,126); }
td.TdClassName
{
border-color: #5C897E;
}
.TagClassName
{
border-color: #5C897E;
}
</style>