Shades of Patina #5D937E
Tints of Patina #5D937E
RGB
CMYK
RGB Variations
Color information
#5D937E (or 0x5D937E) is known color: Patina. HEX triplet: 5D, 93 and 7E. RGB value is (93,147,126). Sum of RGB (Red+Green+Blue) = 93+147+126=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #5D937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D937E is #A26C81. Grayscale: #808080. Windows color (decimal): -10644610 or 8295261. OLE color: 8295261.
HSL color Cylindrical-coordinate representation of color #5D937E: hue angle of 156.67º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D937E is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 126 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.42 |
| HSL | 156.67º | 0.23% | 0.47% | - |
| HSV(B) | 156.67º | 0.37% | 0.58% | - |
| XYZ | 18.71 | 24.7 | 23.52 | - |
| YUV | 128.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 126 | 0.37 | 0 | 0.14 | 0.42 | 156.67 | 0.23 | 0.47 |
| Hex | 5D | 93 | 7E | 25 | 0 | E | 2A | 9D | 16 | 2F |
| Octal | 135 | 223 | 176 | 45 | 0 | 16 | 52 | 235 | 26 | 57 |
| Binary | 1011101 | 10010011 | 1111110 | 100101 | 0 | 1110 | 101010 | 10011101 | 10110 | 101111 |
Color Harmonies of #5D937E
Complementary color
Monochromatic Colors of #5D937E
Black with #5D937E
Text Example
Text Example
White with #5D937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D937E; }
p { color: rgb(93,147,126); }
H1.HeaderClassName
{
color: #5D937E;
}
.AnyTagClassName
{
color: #5D937E;
}
</style>
background-color css
<style>
a { background-color: #5D937E; }
a { background-color: rgb(93,147,126); }
div.DivClassName
{
background-color: #5D937E;
}
.BgClassName
{
background-color: #5D937E;
}
</style>
border-color css
<style>
span { border-color: #5D937E; }
span { border-color: rgb(93,147,126); }
td.TdClassName
{
border-color: #5D937E;
}
.TagClassName
{
border-color: #5D937E;
}
</style>