Shades of Patina #5D938A
Tints of Patina #5D938A
RGB
CMYK
RGB Variations
Color information
#5D938A (or 0x5D938A) is known color: Patina. HEX triplet: 5D, 93 and 8A. RGB value is (93,147,138). Sum of RGB (Red+Green+Blue) = 93+147+138=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #5D938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D938A is #A26C75. Grayscale: #818181. Windows color (decimal): -10644598 or 9081693. OLE color: 9081693.
HSL color Cylindrical-coordinate representation of color #5D938A: hue angle of 170º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D938A is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 138 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.42 |
| HSL | 170º | 0.23% | 0.47% | - |
| HSV(B) | 170º | 0.37% | 0.58% | - |
| XYZ | 19.54 | 25.03 | 27.85 | - |
| YUV | 129.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 138 | 0.37 | 0 | 0.06 | 0.42 | 170 | 0.23 | 0.47 |
| Hex | 5D | 93 | 8A | 25 | 0 | 6 | 2A | AA | 16 | 2F |
| Octal | 135 | 223 | 212 | 45 | 0 | 6 | 52 | 252 | 26 | 57 |
| Binary | 1011101 | 10010011 | 10001010 | 100101 | 0 | 110 | 101010 | 10101010 | 10110 | 101111 |
Color Harmonies of #5D938A
Complementary color
Monochromatic Colors of #5D938A
Black with #5D938A
Text Example
Text Example
White with #5D938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D938A; }
p { color: rgb(93,147,138); }
H1.HeaderClassName
{
color: #5D938A;
}
.AnyTagClassName
{
color: #5D938A;
}
</style>
background-color css
<style>
a { background-color: #5D938A; }
a { background-color: rgb(93,147,138); }
div.DivClassName
{
background-color: #5D938A;
}
.BgClassName
{
background-color: #5D938A;
}
</style>
border-color css
<style>
span { border-color: #5D938A; }
span { border-color: rgb(93,147,138); }
td.TdClassName
{
border-color: #5D938A;
}
.TagClassName
{
border-color: #5D938A;
}
</style>