Shades of Patina #5D897F
Tints of Patina #5D897F
RGB
CMYK
RGB Variations
Color information
#5D897F (or 0x5D897F) is known color: Patina. HEX triplet: 5D, 89 and 7F. RGB value is (93,137,127). Sum of RGB (Red+Green+Blue) = 93+137+127=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #5D897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D897F is #A27680. Grayscale: #7A7A7A. Windows color (decimal): -10647169 or 8358237. OLE color: 8358237.
HSL color Cylindrical-coordinate representation of color #5D897F: hue angle of 166.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D897F is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 127 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.46 |
| HSL | 166.36º | 0.19% | 0.45% | - |
| HSV(B) | 166.36º | 0.32% | 0.54% | - |
| XYZ | 17.29 | 21.75 | 23.37 | - |
| YUV | 122.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 127 | 0.32 | 0 | 0.07 | 0.46 | 166.36 | 0.19 | 0.45 |
| Hex | 5D | 89 | 7F | 20 | 0 | 7 | 2E | A6 | 13 | 2D |
| Octal | 135 | 211 | 177 | 40 | 0 | 7 | 56 | 246 | 23 | 55 |
| Binary | 1011101 | 10001001 | 1111111 | 100000 | 0 | 111 | 101110 | 10100110 | 10011 | 101101 |
Color Harmonies of #5D897F
Complementary color
Monochromatic Colors of #5D897F
Black with #5D897F
Text Example
Text Example
White with #5D897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D897F; }
p { color: rgb(93,137,127); }
H1.HeaderClassName
{
color: #5D897F;
}
.AnyTagClassName
{
color: #5D897F;
}
</style>
background-color css
<style>
a { background-color: #5D897F; }
a { background-color: rgb(93,137,127); }
div.DivClassName
{
background-color: #5D897F;
}
.BgClassName
{
background-color: #5D897F;
}
</style>
border-color css
<style>
span { border-color: #5D897F; }
span { border-color: rgb(93,137,127); }
td.TdClassName
{
border-color: #5D897F;
}
.TagClassName
{
border-color: #5D897F;
}
</style>