Shades of Patina #5D937B
Tints of Patina #5D937B
RGB
CMYK
RGB Variations
Color information
#5D937B (or 0x5D937B) is known color: Patina. HEX triplet: 5D, 93 and 7B. RGB value is (93,147,123). Sum of RGB (Red+Green+Blue) = 93+147+123=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #5D937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D937B is #A26C84. Grayscale: #808080. Windows color (decimal): -10644613 or 8098653. OLE color: 8098653.
HSL color Cylindrical-coordinate representation of color #5D937B: hue angle of 153.33º 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 #5D937B is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 123 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.42 |
| HSL | 153.33º | 0.23% | 0.47% | - |
| HSV(B) | 153.33º | 0.37% | 0.58% | - |
| XYZ | 18.52 | 24.62 | 22.52 | - |
| YUV | 128.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 123 | 0.37 | 0 | 0.16 | 0.42 | 153.33 | 0.23 | 0.47 |
| Hex | 5D | 93 | 7B | 25 | 0 | 10 | 2A | 99 | 16 | 2F |
| Octal | 135 | 223 | 173 | 45 | 0 | 20 | 52 | 231 | 26 | 57 |
| Binary | 1011101 | 10010011 | 1111011 | 100101 | 0 | 10000 | 101010 | 10011001 | 10110 | 101111 |
Color Harmonies of #5D937B
Complementary color
Monochromatic Colors of #5D937B
Black with #5D937B
Text Example
Text Example
White with #5D937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D937B; }
p { color: rgb(93,147,123); }
H1.HeaderClassName
{
color: #5D937B;
}
.AnyTagClassName
{
color: #5D937B;
}
</style>
background-color css
<style>
a { background-color: #5D937B; }
a { background-color: rgb(93,147,123); }
div.DivClassName
{
background-color: #5D937B;
}
.BgClassName
{
background-color: #5D937B;
}
</style>
border-color css
<style>
span { border-color: #5D937B; }
span { border-color: rgb(93,147,123); }
td.TdClassName
{
border-color: #5D937B;
}
.TagClassName
{
border-color: #5D937B;
}
</style>