Shades of Patina #5D9583
Tints of Patina #5D9583
RGB
CMYK
RGB Variations
Color information
#5D9583 (or 0x5D9583) is known color: Patina. HEX triplet: 5D, 95 and 83. RGB value is (93,149,131). Sum of RGB (Red+Green+Blue) = 93+149+131=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9583 is #A26A7C. Grayscale: #828282. Windows color (decimal): -10644093 or 8623453. OLE color: 8623453.
HSL color Cylindrical-coordinate representation of color #5D9583: hue angle of 160.71º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9583 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 131 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.42 |
| HSL | 160.71º | 0.23% | 0.47% | - |
| HSV(B) | 160.71º | 0.38% | 0.58% | - |
| XYZ | 19.36 | 25.46 | 25.37 | - |
| YUV | 130.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 131 | 0.38 | 0 | 0.12 | 0.42 | 160.71 | 0.23 | 0.47 |
| Hex | 5D | 95 | 83 | 26 | 0 | C | 2A | A1 | 17 | 2F |
| Octal | 135 | 225 | 203 | 46 | 0 | 14 | 52 | 241 | 27 | 57 |
| Binary | 1011101 | 10010101 | 10000011 | 100110 | 0 | 1100 | 101010 | 10100001 | 10111 | 101111 |
Color Harmonies of #5D9583
Complementary color
Monochromatic Colors of #5D9583
Black with #5D9583
Text Example
Text Example
White with #5D9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9583; }
p { color: rgb(93,149,131); }
H1.HeaderClassName
{
color: #5D9583;
}
.AnyTagClassName
{
color: #5D9583;
}
</style>
background-color css
<style>
a { background-color: #5D9583; }
a { background-color: rgb(93,149,131); }
div.DivClassName
{
background-color: #5D9583;
}
.BgClassName
{
background-color: #5D9583;
}
</style>
border-color css
<style>
span { border-color: #5D9583; }
span { border-color: rgb(93,149,131); }
td.TdClassName
{
border-color: #5D9583;
}
.TagClassName
{
border-color: #5D9583;
}
</style>