Shades of San Marino #506FAC
Tints of San Marino #506FAC
RGB
CMYK
RGB Variations
Color information
#506FAC (or 0x506FAC) is known color: San Marino. HEX triplet: 50, 6F and AC. RGB value is (80,111,172). Sum of RGB (Red+Green+Blue) = 80+111+172=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #506FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506FAC is #AF9053. Grayscale: #6C6C6C. Windows color (decimal): -11505748 or 11300688. OLE color: 11300688.
HSL color Cylindrical-coordinate representation of color #506FAC: hue angle of 219.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506FAC is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 111 | 172 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.33 |
| HSL | 219.78º | 0.37% | 0.49% | - |
| HSV(B) | 219.78º | 0.53% | 0.67% | - |
| XYZ | 16.44 | 16.05 | 41.26 | - |
| YUV | 108.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 172 | 0.53 | 0.35 | 0 | 0.33 | 219.78 | 0.37 | 0.49 |
| Hex | 50 | 6F | AC | 35 | 23 | 0 | 21 | DC | 25 | 31 |
| Octal | 120 | 157 | 254 | 65 | 43 | 0 | 41 | 334 | 45 | 61 |
| Binary | 1010000 | 1101111 | 10101100 | 110101 | 100011 | 0 | 100001 | 11011100 | 100101 | 110001 |
Color Harmonies of #506FAC
Complementary color
Monochromatic Colors of #506FAC
Black with #506FAC
Text Example
Text Example
White with #506FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FAC; }
p { color: rgb(80,111,172); }
H1.HeaderClassName
{
color: #506FAC;
}
.AnyTagClassName
{
color: #506FAC;
}
</style>
background-color css
<style>
a { background-color: #506FAC; }
a { background-color: rgb(80,111,172); }
div.DivClassName
{
background-color: #506FAC;
}
.BgClassName
{
background-color: #506FAC;
}
</style>
border-color css
<style>
span { border-color: #506FAC; }
span { border-color: rgb(80,111,172); }
td.TdClassName
{
border-color: #506FAC;
}
.TagClassName
{
border-color: #506FAC;
}
</style>