Shades of Patina #5D9684
Tints of Patina #5D9684
RGB
CMYK
RGB Variations
Color information
#5D9684 (or 0x5D9684) is known color: Patina. HEX triplet: 5D, 96 and 84. RGB value is (93,150,132). Sum of RGB (Red+Green+Blue) = 93+150+132=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9684 is #A2697B. Grayscale: #828282. Windows color (decimal): -10643836 or 8689245. OLE color: 8689245.
HSL color Cylindrical-coordinate representation of color #5D9684: hue angle of 161.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9684 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
RGB | 93 | 150 | 132 | - |
CMYK | 0.38 | 0 | 0.12 | 0.41 |
HSL | 161.05º | 0.23% | 0.48% | - |
HSV(B) | 161.05º | 0.38% | 0.59% | - |
XYZ | 19.59 | 25.81 | 25.78 | - |
YUV | 130.91 | 128.62 | 100.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 150 | 132 | 0.38 | 0 | 0.12 | 0.41 | 161.05 | 0.23 | 0.48 |
Hex | 5D | 96 | 84 | 26 | 0 | C | 29 | A1 | 17 | 30 |
Octal | 135 | 226 | 204 | 46 | 0 | 14 | 51 | 241 | 27 | 60 |
Binary | 1011101 | 10010110 | 10000100 | 100110 | 0 | 1100 | 101001 | 10100001 | 10111 | 110000 |
Color Harmonies of #5D9684
Complementary color
Monochromatic Colors of #5D9684
Black with #5D9684
Text Example
Text Example
White with #5D9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9684; }
p { color: rgb(93,150,132); }
H1.HeaderClassName
{
color: #5D9684;
}
.AnyTagClassName
{
color: #5D9684;
}
</style>
background-color css
<style>
a { background-color: #5D9684; }
a { background-color: rgb(93,150,132); }
div.DivClassName
{
background-color: #5D9684;
}
.BgClassName
{
background-color: #5D9684;
}
</style>
border-color css
<style>
span { border-color: #5D9684; }
span { border-color: rgb(93,150,132); }
td.TdClassName
{
border-color: #5D9684;
}
.TagClassName
{
border-color: #5D9684;
}
</style>