Shades of San Marino #506D9A
Tints of San Marino #506D9A
RGB
CMYK
RGB Variations
Color information
#506D9A (or 0x506D9A) is known color: San Marino. HEX triplet: 50, 6D and 9A. RGB value is (80,109,154). Sum of RGB (Red+Green+Blue) = 80+109+154=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #506D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D9A is #AF9265. Grayscale: #696969. Windows color (decimal): -11506278 or 10120528. OLE color: 10120528.
HSL color Cylindrical-coordinate representation of color #506D9A: hue angle of 216.49º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506D9A is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 109 | 154 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.40 |
| HSL | 216.49º | 0.32% | 0.46% | - |
| HSV(B) | 216.49º | 0.48% | 0.6% | - |
| XYZ | 14.61 | 14.98 | 32.69 | - |
| YUV | 105.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 154 | 0.48 | 0.29 | 0 | 0.40 | 216.49 | 0.32 | 0.46 |
| Hex | 50 | 6D | 9A | 30 | 1D | 0 | 28 | D8 | 20 | 2E |
| Octal | 120 | 155 | 232 | 60 | 35 | 0 | 50 | 330 | 40 | 56 |
| Binary | 1010000 | 1101101 | 10011010 | 110000 | 11101 | 0 | 101000 | 11011000 | 100000 | 101110 |
Color Harmonies of #506D9A
Complementary color
Monochromatic Colors of #506D9A
Black with #506D9A
Text Example
Text Example
White with #506D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D9A; }
p { color: rgb(80,109,154); }
H1.HeaderClassName
{
color: #506D9A;
}
.AnyTagClassName
{
color: #506D9A;
}
</style>
background-color css
<style>
a { background-color: #506D9A; }
a { background-color: rgb(80,109,154); }
div.DivClassName
{
background-color: #506D9A;
}
.BgClassName
{
background-color: #506D9A;
}
</style>
border-color css
<style>
span { border-color: #506D9A; }
span { border-color: rgb(80,109,154); }
td.TdClassName
{
border-color: #506D9A;
}
.TagClassName
{
border-color: #506D9A;
}
</style>