Shades of San Marino #50729D
Tints of San Marino #50729D
RGB
CMYK
RGB Variations
Color information
#50729D (or 0x50729D) is known color: San Marino. HEX triplet: 50, 72 and 9D. RGB value is (80,114,157). Sum of RGB (Red+Green+Blue) = 80+114+157=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #50729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50729D is #AF8D62. Grayscale: #6C6C6C. Windows color (decimal): -11504995 or 10318416. OLE color: 10318416.
HSL color Cylindrical-coordinate representation of color #50729D: hue angle of 213.51º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50729D is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 114 | 157 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.38 |
| HSL | 213.51º | 0.32% | 0.46% | - |
| HSV(B) | 213.51º | 0.49% | 0.62% | - |
| XYZ | 15.41 | 16.17 | 34.21 | - |
| YUV | 108.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 157 | 0.49 | 0.27 | 0 | 0.38 | 213.51 | 0.32 | 0.46 |
| Hex | 50 | 72 | 9D | 31 | 1B | 0 | 26 | D6 | 20 | 2E |
| Octal | 120 | 162 | 235 | 61 | 33 | 0 | 46 | 326 | 40 | 56 |
| Binary | 1010000 | 1110010 | 10011101 | 110001 | 11011 | 0 | 100110 | 11010110 | 100000 | 101110 |
Color Harmonies of #50729D
Complementary color
Monochromatic Colors of #50729D
Black with #50729D
Text Example
Text Example
White with #50729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50729D; }
p { color: rgb(80,114,157); }
H1.HeaderClassName
{
color: #50729D;
}
.AnyTagClassName
{
color: #50729D;
}
</style>
background-color css
<style>
a { background-color: #50729D; }
a { background-color: rgb(80,114,157); }
div.DivClassName
{
background-color: #50729D;
}
.BgClassName
{
background-color: #50729D;
}
</style>
border-color css
<style>
span { border-color: #50729D; }
span { border-color: rgb(80,114,157); }
td.TdClassName
{
border-color: #50729D;
}
.TagClassName
{
border-color: #50729D;
}
</style>