Shades of Patina #5B938B
Tints of Patina #5B938B
RGB
CMYK
RGB Variations
Color information
#5B938B (or 0x5B938B) is known color: Patina. HEX triplet: 5B, 93 and 8B. RGB value is (91,147,139). Sum of RGB (Red+Green+Blue) = 91+147+139=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #5B938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B938B is #A46C74. Grayscale: #818181. Windows color (decimal): -10775669 or 9147227. OLE color: 9147227.
HSL color Cylindrical-coordinate representation of color #5B938B: hue angle of 171.43º degrees, saturation: 0.24, 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 #5B938B is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 147 | 139 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.42 |
| HSL | 171.43º | 0.24% | 0.47% | - |
| HSV(B) | 171.43º | 0.38% | 0.58% | - |
| XYZ | 19.41 | 24.96 | 28.22 | - |
| YUV | 129.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 139 | 0.38 | 0 | 0.05 | 0.42 | 171.43 | 0.24 | 0.47 |
| Hex | 5B | 93 | 8B | 26 | 0 | 5 | 2A | AB | 18 | 2F |
| Octal | 133 | 223 | 213 | 46 | 0 | 5 | 52 | 253 | 30 | 57 |
| Binary | 1011011 | 10010011 | 10001011 | 100110 | 0 | 101 | 101010 | 10101011 | 11000 | 101111 |
Color Harmonies of #5B938B
Complementary color
Monochromatic Colors of #5B938B
Black with #5B938B
Text Example
Text Example
White with #5B938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B938B; }
p { color: rgb(91,147,139); }
H1.HeaderClassName
{
color: #5B938B;
}
.AnyTagClassName
{
color: #5B938B;
}
</style>
background-color css
<style>
a { background-color: #5B938B; }
a { background-color: rgb(91,147,139); }
div.DivClassName
{
background-color: #5B938B;
}
.BgClassName
{
background-color: #5B938B;
}
</style>
border-color css
<style>
span { border-color: #5B938B; }
span { border-color: rgb(91,147,139); }
td.TdClassName
{
border-color: #5B938B;
}
.TagClassName
{
border-color: #5B938B;
}
</style>