Shades of San Marino #50729C
Tints of San Marino #50729C
RGB
CMYK
RGB Variations
Color information
#50729C (or 0x50729C) is known color: San Marino. HEX triplet: 50, 72 and 9C. RGB value is (80,114,156). Sum of RGB (Red+Green+Blue) = 80+114+156=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #50729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50729C is #AF8D63. Grayscale: #6C6C6C. Windows color (decimal): -11504996 or 10252880. OLE color: 10252880.
HSL color Cylindrical-coordinate representation of color #50729C: hue angle of 213.16º 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 #50729C is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 114 | 156 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.39 |
| HSL | 213.16º | 0.32% | 0.46% | - |
| HSV(B) | 213.16º | 0.49% | 0.61% | - |
| XYZ | 15.33 | 16.14 | 33.76 | - |
| YUV | 108.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 156 | 0.49 | 0.27 | 0 | 0.39 | 213.16 | 0.32 | 0.46 |
| Hex | 50 | 72 | 9C | 31 | 1B | 0 | 27 | D5 | 20 | 2E |
| Octal | 120 | 162 | 234 | 61 | 33 | 0 | 47 | 325 | 40 | 56 |
| Binary | 1010000 | 1110010 | 10011100 | 110001 | 11011 | 0 | 100111 | 11010101 | 100000 | 101110 |
Color Harmonies of #50729C
Complementary color
Monochromatic Colors of #50729C
Black with #50729C
Text Example
Text Example
White with #50729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50729C; }
p { color: rgb(80,114,156); }
H1.HeaderClassName
{
color: #50729C;
}
.AnyTagClassName
{
color: #50729C;
}
</style>
background-color css
<style>
a { background-color: #50729C; }
a { background-color: rgb(80,114,156); }
div.DivClassName
{
background-color: #50729C;
}
.BgClassName
{
background-color: #50729C;
}
</style>
border-color css
<style>
span { border-color: #50729C; }
span { border-color: rgb(80,114,156); }
td.TdClassName
{
border-color: #50729C;
}
.TagClassName
{
border-color: #50729C;
}
</style>