Shades of Patina #5E897F
Tints of Patina #5E897F
RGB
CMYK
RGB Variations
Color information
#5E897F (or 0x5E897F) is known color: Patina. HEX triplet: 5E, 89 and 7F. RGB value is (94,137,127). Sum of RGB (Red+Green+Blue) = 94+137+127=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #5E897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E897F is #A17680. Grayscale: #7B7B7B. Windows color (decimal): -10581633 or 8358238. OLE color: 8358238.
HSL color Cylindrical-coordinate representation of color #5E897F: hue angle of 166.05º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E897F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 127 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.46 |
| HSL | 166.05º | 0.19% | 0.45% | - |
| HSV(B) | 166.05º | 0.31% | 0.54% | - |
| XYZ | 17.39 | 21.8 | 23.37 | - |
| YUV | 123 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 127 | 0.31 | 0 | 0.07 | 0.46 | 166.05 | 0.19 | 0.45 |
| Hex | 5E | 89 | 7F | 1F | 0 | 7 | 2E | A6 | 13 | 2D |
| Octal | 136 | 211 | 177 | 37 | 0 | 7 | 56 | 246 | 23 | 55 |
| Binary | 1011110 | 10001001 | 1111111 | 11111 | 0 | 111 | 101110 | 10100110 | 10011 | 101101 |
Color Harmonies of #5E897F
Complementary color
Monochromatic Colors of #5E897F
Black with #5E897F
Text Example
Text Example
White with #5E897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E897F; }
p { color: rgb(94,137,127); }
H1.HeaderClassName
{
color: #5E897F;
}
.AnyTagClassName
{
color: #5E897F;
}
</style>
background-color css
<style>
a { background-color: #5E897F; }
a { background-color: rgb(94,137,127); }
div.DivClassName
{
background-color: #5E897F;
}
.BgClassName
{
background-color: #5E897F;
}
</style>
border-color css
<style>
span { border-color: #5E897F; }
span { border-color: rgb(94,137,127); }
td.TdClassName
{
border-color: #5E897F;
}
.TagClassName
{
border-color: #5E897F;
}
</style>