Shades of Patina #5E927F
Tints of Patina #5E927F
RGB
CMYK
RGB Variations
Color information
#5E927F (or 0x5E927F) is known color: Patina. HEX triplet: 5E, 92 and 7F. RGB value is (94,146,127). Sum of RGB (Red+Green+Blue) = 94+146+127=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #5E927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E927F is #A16D80. Grayscale: #808080. Windows color (decimal): -10579329 or 8360542. OLE color: 8360542.
HSL color Cylindrical-coordinate representation of color #5E927F: hue angle of 158.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E927F is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 127 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.43 |
| HSL | 158.08º | 0.22% | 0.47% | - |
| HSV(B) | 158.08º | 0.36% | 0.57% | - |
| XYZ | 18.73 | 24.47 | 23.81 | - |
| YUV | 128.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 127 | 0.36 | 0 | 0.13 | 0.43 | 158.08 | 0.22 | 0.47 |
| Hex | 5E | 92 | 7F | 24 | 0 | D | 2B | 9E | 16 | 2F |
| Octal | 136 | 222 | 177 | 44 | 0 | 15 | 53 | 236 | 26 | 57 |
| Binary | 1011110 | 10010010 | 1111111 | 100100 | 0 | 1101 | 101011 | 10011110 | 10110 | 101111 |
Color Harmonies of #5E927F
Complementary color
Monochromatic Colors of #5E927F
Black with #5E927F
Text Example
Text Example
White with #5E927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E927F; }
p { color: rgb(94,146,127); }
H1.HeaderClassName
{
color: #5E927F;
}
.AnyTagClassName
{
color: #5E927F;
}
</style>
background-color css
<style>
a { background-color: #5E927F; }
a { background-color: rgb(94,146,127); }
div.DivClassName
{
background-color: #5E927F;
}
.BgClassName
{
background-color: #5E927F;
}
</style>
border-color css
<style>
span { border-color: #5E927F; }
span { border-color: rgb(94,146,127); }
td.TdClassName
{
border-color: #5E927F;
}
.TagClassName
{
border-color: #5E927F;
}
</style>