Shades of San Marino #50799F
Tints of San Marino #50799F
RGB
CMYK
RGB Variations
Color information
#50799F (or 0x50799F) is known color: San Marino. HEX triplet: 50, 79 and 9F. RGB value is (80,121,159). Sum of RGB (Red+Green+Blue) = 80+121+159=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #50799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50799F is #AF8660. Grayscale: #707070. Windows color (decimal): -11503201 or 10451280. OLE color: 10451280.
HSL color Cylindrical-coordinate representation of color #50799F: hue angle of 208.86º 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 #50799F is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 121 | 159 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.38 |
| HSL | 208.86º | 0.33% | 0.47% | - |
| HSV(B) | 208.86º | 0.5% | 0.62% | - |
| XYZ | 16.4 | 17.88 | 35.39 | - |
| YUV | 113.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 159 | 0.50 | 0.24 | 0 | 0.38 | 208.86 | 0.33 | 0.47 |
| Hex | 50 | 79 | 9F | 32 | 18 | 0 | 26 | D1 | 21 | 2F |
| Octal | 120 | 171 | 237 | 62 | 30 | 0 | 46 | 321 | 41 | 57 |
| Binary | 1010000 | 1111001 | 10011111 | 110010 | 11000 | 0 | 100110 | 11010001 | 100001 | 101111 |
Color Harmonies of #50799F
Complementary color
Monochromatic Colors of #50799F
Black with #50799F
Text Example
Text Example
White with #50799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50799F; }
p { color: rgb(80,121,159); }
H1.HeaderClassName
{
color: #50799F;
}
.AnyTagClassName
{
color: #50799F;
}
</style>
background-color css
<style>
a { background-color: #50799F; }
a { background-color: rgb(80,121,159); }
div.DivClassName
{
background-color: #50799F;
}
.BgClassName
{
background-color: #50799F;
}
</style>
border-color css
<style>
span { border-color: #50799F; }
span { border-color: rgb(80,121,159); }
td.TdClassName
{
border-color: #50799F;
}
.TagClassName
{
border-color: #50799F;
}
</style>