Shades of San Marino #50649B
Tints of San Marino #50649B
RGB
CMYK
RGB Variations
Color information
#50649B (or 0x50649B) is known color: San Marino. HEX triplet: 50, 64 and 9B. RGB value is (80,100,155). Sum of RGB (Red+Green+Blue) = 80+100+155=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #50649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50649B is #AF9B64. Grayscale: #646464. Windows color (decimal): -11508581 or 10183760. OLE color: 10183760.
HSL color Cylindrical-coordinate representation of color #50649B: hue angle of 224º 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 #50649B is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 100 | 155 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.39 |
| HSL | 224º | 0.32% | 0.46% | - |
| HSV(B) | 224º | 0.48% | 0.61% | - |
| XYZ | 13.78 | 13.19 | 32.83 | - |
| YUV | 100.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 155 | 0.48 | 0.35 | 0 | 0.39 | 224 | 0.32 | 0.46 |
| Hex | 50 | 64 | 9B | 30 | 23 | 0 | 27 | E0 | 20 | 2E |
| Octal | 120 | 144 | 233 | 60 | 43 | 0 | 47 | 340 | 40 | 56 |
| Binary | 1010000 | 1100100 | 10011011 | 110000 | 100011 | 0 | 100111 | 11100000 | 100000 | 101110 |
Color Harmonies of #50649B
Complementary color
Monochromatic Colors of #50649B
Black with #50649B
Text Example
Text Example
White with #50649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50649B; }
p { color: rgb(80,100,155); }
H1.HeaderClassName
{
color: #50649B;
}
.AnyTagClassName
{
color: #50649B;
}
</style>
background-color css
<style>
a { background-color: #50649B; }
a { background-color: rgb(80,100,155); }
div.DivClassName
{
background-color: #50649B;
}
.BgClassName
{
background-color: #50649B;
}
</style>
border-color css
<style>
span { border-color: #50649B; }
span { border-color: rgb(80,100,155); }
td.TdClassName
{
border-color: #50649B;
}
.TagClassName
{
border-color: #50649B;
}
</style>