Shades of San Marino #506EA9
Tints of San Marino #506EA9
RGB
CMYK
RGB Variations
Color information
#506EA9 (or 0x506EA9) is known color: San Marino. HEX triplet: 50, 6E and A9. RGB value is (80,110,169). Sum of RGB (Red+Green+Blue) = 80+110+169=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 169 - color contains mainly: blue. Hex color #506EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506EA9 is #AF9156. Grayscale: #6B6B6B. Windows color (decimal): -11506007 or 11103824. OLE color: 11103824.
HSL color Cylindrical-coordinate representation of color #506EA9: hue angle of 219.78º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506EA9 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 110 | 169 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.34 |
| HSL | 219.78º | 0.36% | 0.49% | - |
| HSV(B) | 219.78º | 0.53% | 0.66% | - |
| XYZ | 16.05 | 15.72 | 39.73 | - |
| YUV | 107.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 169 | 0.53 | 0.35 | 0 | 0.34 | 219.78 | 0.36 | 0.49 |
| Hex | 50 | 6E | A9 | 35 | 23 | 0 | 22 | DC | 24 | 31 |
| Octal | 120 | 156 | 251 | 65 | 43 | 0 | 42 | 334 | 44 | 61 |
| Binary | 1010000 | 1101110 | 10101001 | 110101 | 100011 | 0 | 100010 | 11011100 | 100100 | 110001 |
Color Harmonies of #506EA9
Complementary color
Monochromatic Colors of #506EA9
Black with #506EA9
Text Example
Text Example
White with #506EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506EA9; }
p { color: rgb(80,110,169); }
H1.HeaderClassName
{
color: #506EA9;
}
.AnyTagClassName
{
color: #506EA9;
}
</style>
background-color css
<style>
a { background-color: #506EA9; }
a { background-color: rgb(80,110,169); }
div.DivClassName
{
background-color: #506EA9;
}
.BgClassName
{
background-color: #506EA9;
}
</style>
border-color css
<style>
span { border-color: #506EA9; }
span { border-color: rgb(80,110,169); }
td.TdClassName
{
border-color: #506EA9;
}
.TagClassName
{
border-color: #506EA9;
}
</style>