Shades of San Marino #50649F
Tints of San Marino #50649F
RGB
CMYK
RGB Variations
Color information
#50649F (or 0x50649F) is known color: San Marino. HEX triplet: 50, 64 and 9F. RGB value is (80,100,159). Sum of RGB (Red+Green+Blue) = 80+100+159=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #50649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50649F is #AF9B60. Grayscale: #646464. Windows color (decimal): -11508577 or 10445904. OLE color: 10445904.
HSL color Cylindrical-coordinate representation of color #50649F: hue angle of 224.81º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50649F is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 100 | 159 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.38 |
| HSL | 224.81º | 0.33% | 0.47% | - |
| HSV(B) | 224.81º | 0.5% | 0.62% | - |
| XYZ | 14.12 | 13.32 | 34.63 | - |
| YUV | 100.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 159 | 0.50 | 0.37 | 0 | 0.38 | 224.81 | 0.33 | 0.47 |
| Hex | 50 | 64 | 9F | 32 | 25 | 0 | 26 | E1 | 21 | 2F |
| Octal | 120 | 144 | 237 | 62 | 45 | 0 | 46 | 341 | 41 | 57 |
| Binary | 1010000 | 1100100 | 10011111 | 110010 | 100101 | 0 | 100110 | 11100001 | 100001 | 101111 |
Color Harmonies of #50649F
Complementary color
Monochromatic Colors of #50649F
Black with #50649F
Text Example
Text Example
White with #50649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50649F; }
p { color: rgb(80,100,159); }
H1.HeaderClassName
{
color: #50649F;
}
.AnyTagClassName
{
color: #50649F;
}
</style>
background-color css
<style>
a { background-color: #50649F; }
a { background-color: rgb(80,100,159); }
div.DivClassName
{
background-color: #50649F;
}
.BgClassName
{
background-color: #50649F;
}
</style>
border-color css
<style>
span { border-color: #50649F; }
span { border-color: rgb(80,100,159); }
td.TdClassName
{
border-color: #50649F;
}
.TagClassName
{
border-color: #50649F;
}
</style>