Shades of San Marino #50789B
Tints of San Marino #50789B
RGB
CMYK
RGB Variations
Color information
#50789B (or 0x50789B) is known color: San Marino. HEX triplet: 50, 78 and 9B. RGB value is (80,120,155). Sum of RGB (Red+Green+Blue) = 80+120+155=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #50789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50789B is #AF8764. Grayscale: #6F6F6F. Windows color (decimal): -11503461 or 10188880. OLE color: 10188880.
HSL color Cylindrical-coordinate representation of color #50789B: hue angle of 208º 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 #50789B is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 120 | 155 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.39 |
| HSL | 208º | 0.32% | 0.46% | - |
| HSV(B) | 208º | 0.48% | 0.61% | - |
| XYZ | 15.94 | 17.5 | 33.55 | - |
| YUV | 112.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 155 | 0.48 | 0.23 | 0 | 0.39 | 208 | 0.32 | 0.46 |
| Hex | 50 | 78 | 9B | 30 | 17 | 0 | 27 | D0 | 20 | 2E |
| Octal | 120 | 170 | 233 | 60 | 27 | 0 | 47 | 320 | 40 | 56 |
| Binary | 1010000 | 1111000 | 10011011 | 110000 | 10111 | 0 | 100111 | 11010000 | 100000 | 101110 |
Color Harmonies of #50789B
Complementary color
Monochromatic Colors of #50789B
Black with #50789B
Text Example
Text Example
White with #50789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50789B; }
p { color: rgb(80,120,155); }
H1.HeaderClassName
{
color: #50789B;
}
.AnyTagClassName
{
color: #50789B;
}
</style>
background-color css
<style>
a { background-color: #50789B; }
a { background-color: rgb(80,120,155); }
div.DivClassName
{
background-color: #50789B;
}
.BgClassName
{
background-color: #50789B;
}
</style>
border-color css
<style>
span { border-color: #50789B; }
span { border-color: rgb(80,120,155); }
td.TdClassName
{
border-color: #50789B;
}
.TagClassName
{
border-color: #50789B;
}
</style>