Shades of Patina #5D8F7E
Tints of Patina #5D8F7E
RGB
CMYK
RGB Variations
Color information
#5D8F7E (or 0x5D8F7E) is known color: Patina. HEX triplet: 5D, 8F and 7E. RGB value is (93,143,126). Sum of RGB (Red+Green+Blue) = 93+143+126=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 143 - color contains mainly: green. Hex color #5D8F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8F7E is #A27081. Grayscale: #7E7E7E. Windows color (decimal): -10645634 or 8294237. OLE color: 8294237.
HSL color Cylindrical-coordinate representation of color #5D8F7E: hue angle of 159.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D8F7E is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 143 | 126 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.44 |
| HSL | 159.6º | 0.21% | 0.46% | - |
| HSV(B) | 159.6º | 0.35% | 0.56% | - |
| XYZ | 18.1 | 23.48 | 23.32 | - |
| YUV | 126.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 143 | 126 | 0.35 | 0 | 0.12 | 0.44 | 159.6 | 0.21 | 0.46 |
| Hex | 5D | 8F | 7E | 23 | 0 | C | 2C | A0 | 15 | 2E |
| Octal | 135 | 217 | 176 | 43 | 0 | 14 | 54 | 240 | 25 | 56 |
| Binary | 1011101 | 10001111 | 1111110 | 100011 | 0 | 1100 | 101100 | 10100000 | 10101 | 101110 |
Color Harmonies of #5D8F7E
Complementary color
Monochromatic Colors of #5D8F7E
Black with #5D8F7E
Text Example
Text Example
White with #5D8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8F7E; }
p { color: rgb(93,143,126); }
H1.HeaderClassName
{
color: #5D8F7E;
}
.AnyTagClassName
{
color: #5D8F7E;
}
</style>
background-color css
<style>
a { background-color: #5D8F7E; }
a { background-color: rgb(93,143,126); }
div.DivClassName
{
background-color: #5D8F7E;
}
.BgClassName
{
background-color: #5D8F7E;
}
</style>
border-color css
<style>
span { border-color: #5D8F7E; }
span { border-color: rgb(93,143,126); }
td.TdClassName
{
border-color: #5D8F7E;
}
.TagClassName
{
border-color: #5D8F7E;
}
</style>