Shades of Patina #5D9A8D
Tints of Patina #5D9A8D
RGB
CMYK
RGB Variations
Color information
#5D9A8D (or 0x5D9A8D) is known color: Patina. HEX triplet: 5D, 9A and 8D. RGB value is (93,154,141). Sum of RGB (Red+Green+Blue) = 93+154+141=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9A8D is #A26572. Grayscale: #868686. Windows color (decimal): -10642803 or 9280093. OLE color: 9280093.
HSL color Cylindrical-coordinate representation of color #5D9A8D: hue angle of 167.21º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A8D is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 141 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.40 |
| HSL | 167.21º | 0.25% | 0.48% | - |
| HSV(B) | 167.21º | 0.4% | 0.6% | - |
| XYZ | 20.88 | 27.36 | 29.38 | - |
| YUV | 134.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 141 | 0.40 | 0 | 0.08 | 0.40 | 167.21 | 0.25 | 0.48 |
| Hex | 5D | 9A | 8D | 28 | 0 | 8 | 28 | A7 | 19 | 30 |
| Octal | 135 | 232 | 215 | 50 | 0 | 10 | 50 | 247 | 31 | 60 |
| Binary | 1011101 | 10011010 | 10001101 | 101000 | 0 | 1000 | 101000 | 10100111 | 11001 | 110000 |
Color Harmonies of #5D9A8D
Complementary color
Monochromatic Colors of #5D9A8D
Black with #5D9A8D
Text Example
Text Example
White with #5D9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A8D; }
p { color: rgb(93,154,141); }
H1.HeaderClassName
{
color: #5D9A8D;
}
.AnyTagClassName
{
color: #5D9A8D;
}
</style>
background-color css
<style>
a { background-color: #5D9A8D; }
a { background-color: rgb(93,154,141); }
div.DivClassName
{
background-color: #5D9A8D;
}
.BgClassName
{
background-color: #5D9A8D;
}
</style>
border-color css
<style>
span { border-color: #5D9A8D; }
span { border-color: rgb(93,154,141); }
td.TdClassName
{
border-color: #5D9A8D;
}
.TagClassName
{
border-color: #5D9A8D;
}
</style>