Shades of San Marino #50799D
Tints of San Marino #50799D
RGB
CMYK
RGB Variations
Color information
#50799D (or 0x50799D) is known color: San Marino. HEX triplet: 50, 79 and 9D. RGB value is (80,121,157). Sum of RGB (Red+Green+Blue) = 80+121+157=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #50799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50799D is #AF8662. Grayscale: #707070. Windows color (decimal): -11503203 or 10320208. OLE color: 10320208.
HSL color Cylindrical-coordinate representation of color #50799D: hue angle of 208.05º 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 #50799D is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 121 | 157 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.38 |
| HSL | 208.05º | 0.32% | 0.46% | - |
| HSV(B) | 208.05º | 0.49% | 0.62% | - |
| XYZ | 16.23 | 17.81 | 34.48 | - |
| YUV | 112.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 157 | 0.49 | 0.23 | 0 | 0.38 | 208.05 | 0.32 | 0.46 |
| Hex | 50 | 79 | 9D | 31 | 17 | 0 | 26 | D0 | 20 | 2E |
| Octal | 120 | 171 | 235 | 61 | 27 | 0 | 46 | 320 | 40 | 56 |
| Binary | 1010000 | 1111001 | 10011101 | 110001 | 10111 | 0 | 100110 | 11010000 | 100000 | 101110 |
Color Harmonies of #50799D
Complementary color
Monochromatic Colors of #50799D
Black with #50799D
Text Example
Text Example
White with #50799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50799D; }
p { color: rgb(80,121,157); }
H1.HeaderClassName
{
color: #50799D;
}
.AnyTagClassName
{
color: #50799D;
}
</style>
background-color css
<style>
a { background-color: #50799D; }
a { background-color: rgb(80,121,157); }
div.DivClassName
{
background-color: #50799D;
}
.BgClassName
{
background-color: #50799D;
}
</style>
border-color css
<style>
span { border-color: #50799D; }
span { border-color: rgb(80,121,157); }
td.TdClassName
{
border-color: #50799D;
}
.TagClassName
{
border-color: #50799D;
}
</style>