Shades of San Marino #50689F
Tints of San Marino #50689F
RGB
CMYK
RGB Variations
Color information
#50689F (or 0x50689F) is known color: San Marino. HEX triplet: 50, 68 and 9F. RGB value is (80,104,159). Sum of RGB (Red+Green+Blue) = 80+104+159=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #50689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50689F is #AF9760. Grayscale: #666666. Windows color (decimal): -11507553 or 10446928. OLE color: 10446928.
HSL color Cylindrical-coordinate representation of color #50689F: hue angle of 221.77º 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 #50689F is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 104 | 159 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.38 |
| HSL | 221.77º | 0.33% | 0.47% | - |
| HSV(B) | 221.77º | 0.5% | 0.62% | - |
| XYZ | 14.52 | 14.11 | 34.76 | - |
| YUV | 103.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 159 | 0.50 | 0.35 | 0 | 0.38 | 221.77 | 0.33 | 0.47 |
| Hex | 50 | 68 | 9F | 32 | 23 | 0 | 26 | DE | 21 | 2F |
| Octal | 120 | 150 | 237 | 62 | 43 | 0 | 46 | 336 | 41 | 57 |
| Binary | 1010000 | 1101000 | 10011111 | 110010 | 100011 | 0 | 100110 | 11011110 | 100001 | 101111 |
Color Harmonies of #50689F
Complementary color
Monochromatic Colors of #50689F
Black with #50689F
Text Example
Text Example
White with #50689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50689F; }
p { color: rgb(80,104,159); }
H1.HeaderClassName
{
color: #50689F;
}
.AnyTagClassName
{
color: #50689F;
}
</style>
background-color css
<style>
a { background-color: #50689F; }
a { background-color: rgb(80,104,159); }
div.DivClassName
{
background-color: #50689F;
}
.BgClassName
{
background-color: #50689F;
}
</style>
border-color css
<style>
span { border-color: #50689F; }
span { border-color: rgb(80,104,159); }
td.TdClassName
{
border-color: #50689F;
}
.TagClassName
{
border-color: #50689F;
}
</style>