Shades of Patina #5E887D
Tints of Patina #5E887D
RGB
CMYK
RGB Variations
Color information
#5E887D (or 0x5E887D) is known color: Patina. HEX triplet: 5E, 88 and 7D. RGB value is (94,136,125). Sum of RGB (Red+Green+Blue) = 94+136+125=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #5E887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E887D is #A17782. Grayscale: #7A7A7A. Windows color (decimal): -10581891 or 8226910. OLE color: 8226910.
HSL color Cylindrical-coordinate representation of color #5E887D: hue angle of 164.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E887D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 125 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.47 |
| HSL | 164.29º | 0.18% | 0.45% | - |
| HSV(B) | 164.29º | 0.31% | 0.53% | - |
| XYZ | 17.12 | 21.47 | 22.64 | - |
| YUV | 122.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 125 | 0.31 | 0 | 0.08 | 0.47 | 164.29 | 0.18 | 0.45 |
| Hex | 5E | 88 | 7D | 1F | 0 | 8 | 2F | A4 | 12 | 2D |
| Octal | 136 | 210 | 175 | 37 | 0 | 10 | 57 | 244 | 22 | 55 |
| Binary | 1011110 | 10001000 | 1111101 | 11111 | 0 | 1000 | 101111 | 10100100 | 10010 | 101101 |
Color Harmonies of #5E887D
Complementary color
Monochromatic Colors of #5E887D
Black with #5E887D
Text Example
Text Example
White with #5E887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E887D; }
p { color: rgb(94,136,125); }
H1.HeaderClassName
{
color: #5E887D;
}
.AnyTagClassName
{
color: #5E887D;
}
</style>
background-color css
<style>
a { background-color: #5E887D; }
a { background-color: rgb(94,136,125); }
div.DivClassName
{
background-color: #5E887D;
}
.BgClassName
{
background-color: #5E887D;
}
</style>
border-color css
<style>
span { border-color: #5E887D; }
span { border-color: rgb(94,136,125); }
td.TdClassName
{
border-color: #5E887D;
}
.TagClassName
{
border-color: #5E887D;
}
</style>