Shades of San Marino #50759B
Tints of San Marino #50759B
RGB
CMYK
RGB Variations
Color information
#50759B (or 0x50759B) is known color: San Marino. HEX triplet: 50, 75 and 9B. RGB value is (80,117,155). Sum of RGB (Red+Green+Blue) = 80+117+155=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #50759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50759B is #AF8A64. Grayscale: #6E6E6E. Windows color (decimal): -11504229 or 10188112. OLE color: 10188112.
HSL color Cylindrical-coordinate representation of color #50759B: hue angle of 210.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50759B is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 117 | 155 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.39 |
| HSL | 210.4º | 0.32% | 0.46% | - |
| HSV(B) | 210.4º | 0.48% | 0.61% | - |
| XYZ | 15.59 | 16.79 | 33.43 | - |
| YUV | 110.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 155 | 0.48 | 0.25 | 0 | 0.39 | 210.4 | 0.32 | 0.46 |
| Hex | 50 | 75 | 9B | 30 | 19 | 0 | 27 | D2 | 20 | 2E |
| Octal | 120 | 165 | 233 | 60 | 31 | 0 | 47 | 322 | 40 | 56 |
| Binary | 1010000 | 1110101 | 10011011 | 110000 | 11001 | 0 | 100111 | 11010010 | 100000 | 101110 |
Color Harmonies of #50759B
Complementary color
Monochromatic Colors of #50759B
Black with #50759B
Text Example
Text Example
White with #50759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50759B; }
p { color: rgb(80,117,155); }
H1.HeaderClassName
{
color: #50759B;
}
.AnyTagClassName
{
color: #50759B;
}
</style>
background-color css
<style>
a { background-color: #50759B; }
a { background-color: rgb(80,117,155); }
div.DivClassName
{
background-color: #50759B;
}
.BgClassName
{
background-color: #50759B;
}
</style>
border-color css
<style>
span { border-color: #50759B; }
span { border-color: rgb(80,117,155); }
td.TdClassName
{
border-color: #50759B;
}
.TagClassName
{
border-color: #50759B;
}
</style>