Shades of Patina #5D9E8C
Tints of Patina #5D9E8C
RGB
CMYK
RGB Variations
Color information
#5D9E8C (or 0x5D9E8C) is known color: Patina. HEX triplet: 5D, 9E and 8C. RGB value is (93,158,140). Sum of RGB (Red+Green+Blue) = 93+158+140=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9E8C is #A26173. Grayscale: #888888. Windows color (decimal): -10641780 or 9215581. OLE color: 9215581.
HSL color Cylindrical-coordinate representation of color #5D9E8C: hue angle of 163.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9E8C is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 158 | 140 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.38 |
| HSL | 163.38º | 0.26% | 0.49% | - |
| HSV(B) | 163.38º | 0.41% | 0.62% | - |
| XYZ | 21.47 | 28.67 | 29.21 | - |
| YUV | 136.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 140 | 0.41 | 0 | 0.11 | 0.38 | 163.38 | 0.26 | 0.49 |
| Hex | 5D | 9E | 8C | 29 | 0 | B | 26 | A3 | 1A | 31 |
| Octal | 135 | 236 | 214 | 51 | 0 | 13 | 46 | 243 | 32 | 61 |
| Binary | 1011101 | 10011110 | 10001100 | 101001 | 0 | 1011 | 100110 | 10100011 | 11010 | 110001 |
Color Harmonies of #5D9E8C
Complementary color
Monochromatic Colors of #5D9E8C
Black with #5D9E8C
Text Example
Text Example
White with #5D9E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9E8C; }
p { color: rgb(93,158,140); }
H1.HeaderClassName
{
color: #5D9E8C;
}
.AnyTagClassName
{
color: #5D9E8C;
}
</style>
background-color css
<style>
a { background-color: #5D9E8C; }
a { background-color: rgb(93,158,140); }
div.DivClassName
{
background-color: #5D9E8C;
}
.BgClassName
{
background-color: #5D9E8C;
}
</style>
border-color css
<style>
span { border-color: #5D9E8C; }
span { border-color: rgb(93,158,140); }
td.TdClassName
{
border-color: #5D9E8C;
}
.TagClassName
{
border-color: #5D9E8C;
}
</style>