Shades of San Marino #50769C
Tints of San Marino #50769C
RGB
CMYK
RGB Variations
Color information
#50769C (or 0x50769C) is known color: San Marino. HEX triplet: 50, 76 and 9C. RGB value is (80,118,156). Sum of RGB (Red+Green+Blue) = 80+118+156=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #50769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50769C is #AF8963. Grayscale: #6E6E6E. Windows color (decimal): -11503972 or 10253904. OLE color: 10253904.
HSL color Cylindrical-coordinate representation of color #50769C: hue angle of 210º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50769C is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 118 | 156 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.39 |
| HSL | 210º | 0.32% | 0.46% | - |
| HSV(B) | 210º | 0.49% | 0.61% | - |
| XYZ | 15.79 | 17.06 | 33.91 | - |
| YUV | 110.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 156 | 0.49 | 0.24 | 0 | 0.39 | 210 | 0.32 | 0.46 |
| Hex | 50 | 76 | 9C | 31 | 18 | 0 | 27 | D2 | 20 | 2E |
| Octal | 120 | 166 | 234 | 61 | 30 | 0 | 47 | 322 | 40 | 56 |
| Binary | 1010000 | 1110110 | 10011100 | 110001 | 11000 | 0 | 100111 | 11010010 | 100000 | 101110 |
Color Harmonies of #50769C
Complementary color
Monochromatic Colors of #50769C
Black with #50769C
Text Example
Text Example
White with #50769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50769C; }
p { color: rgb(80,118,156); }
H1.HeaderClassName
{
color: #50769C;
}
.AnyTagClassName
{
color: #50769C;
}
</style>
background-color css
<style>
a { background-color: #50769C; }
a { background-color: rgb(80,118,156); }
div.DivClassName
{
background-color: #50769C;
}
.BgClassName
{
background-color: #50769C;
}
</style>
border-color css
<style>
span { border-color: #50769C; }
span { border-color: rgb(80,118,156); }
td.TdClassName
{
border-color: #50769C;
}
.TagClassName
{
border-color: #50769C;
}
</style>