Shades of Patina #5D9B8C
Tints of Patina #5D9B8C
RGB
CMYK
RGB Variations
Color information
#5D9B8C (or 0x5D9B8C) is known color: Patina. HEX triplet: 5D, 9B and 8C. RGB value is (93,155,140). Sum of RGB (Red+Green+Blue) = 93+155+140=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9B8C is #A26473. Grayscale: #868686. Windows color (decimal): -10642548 or 9214813. OLE color: 9214813.
HSL color Cylindrical-coordinate representation of color #5D9B8C: hue angle of 165.48º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9B8C is Cyan = 0.4, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 155 | 140 | - |
| CMYK | 0.4 | 0 | 0.10 | 0.39 |
| HSL | 165.48º | 0.25% | 0.49% | - |
| HSV(B) | 165.48º | 0.4% | 0.61% | - |
| XYZ | 20.97 | 27.66 | 29.05 | - |
| YUV | 134.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 140 | 0.4 | 0 | 0.10 | 0.39 | 165.48 | 0.25 | 0.49 |
| Hex | 5D | 9B | 8C | 28 | 0 | A | 27 | A5 | 19 | 31 |
| Octal | 135 | 233 | 214 | 50 | 0 | 12 | 47 | 245 | 31 | 61 |
| Binary | 1011101 | 10011011 | 10001100 | 101000 | 0 | 1010 | 100111 | 10100101 | 11001 | 110001 |
Color Harmonies of #5D9B8C
Complementary color
Monochromatic Colors of #5D9B8C
Black with #5D9B8C
Text Example
Text Example
White with #5D9B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9B8C; }
p { color: rgb(93,155,140); }
H1.HeaderClassName
{
color: #5D9B8C;
}
.AnyTagClassName
{
color: #5D9B8C;
}
</style>
background-color css
<style>
a { background-color: #5D9B8C; }
a { background-color: rgb(93,155,140); }
div.DivClassName
{
background-color: #5D9B8C;
}
.BgClassName
{
background-color: #5D9B8C;
}
</style>
border-color css
<style>
span { border-color: #5D9B8C; }
span { border-color: rgb(93,155,140); }
td.TdClassName
{
border-color: #5D9B8C;
}
.TagClassName
{
border-color: #5D9B8C;
}
</style>