Shades of San Marino #50789E
Tints of San Marino #50789E
RGB
CMYK
RGB Variations
Color information
#50789E (or 0x50789E) is known color: San Marino. HEX triplet: 50, 78 and 9E. RGB value is (80,120,158). Sum of RGB (Red+Green+Blue) = 80+120+158=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #50789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50789E is #AF8761. Grayscale: #707070. Windows color (decimal): -11503458 or 10385488. OLE color: 10385488.
HSL color Cylindrical-coordinate representation of color #50789E: hue angle of 209.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50789E is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 120 | 158 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.38 |
| HSL | 209.23º | 0.33% | 0.47% | - |
| HSV(B) | 209.23º | 0.49% | 0.62% | - |
| XYZ | 16.2 | 17.61 | 34.89 | - |
| YUV | 112.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 158 | 0.49 | 0.24 | 0 | 0.38 | 209.23 | 0.33 | 0.47 |
| Hex | 50 | 78 | 9E | 31 | 18 | 0 | 26 | D1 | 21 | 2F |
| Octal | 120 | 170 | 236 | 61 | 30 | 0 | 46 | 321 | 41 | 57 |
| Binary | 1010000 | 1111000 | 10011110 | 110001 | 11000 | 0 | 100110 | 11010001 | 100001 | 101111 |
Color Harmonies of #50789E
Complementary color
Monochromatic Colors of #50789E
Black with #50789E
Text Example
Text Example
White with #50789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50789E; }
p { color: rgb(80,120,158); }
H1.HeaderClassName
{
color: #50789E;
}
.AnyTagClassName
{
color: #50789E;
}
</style>
background-color css
<style>
a { background-color: #50789E; }
a { background-color: rgb(80,120,158); }
div.DivClassName
{
background-color: #50789E;
}
.BgClassName
{
background-color: #50789E;
}
</style>
border-color css
<style>
span { border-color: #50789E; }
span { border-color: rgb(80,120,158); }
td.TdClassName
{
border-color: #50789E;
}
.TagClassName
{
border-color: #50789E;
}
</style>