Shades of San Marino #506FAF
Tints of San Marino #506FAF
RGB
CMYK
RGB Variations
Color information
#506FAF (or 0x506FAF) is known color: San Marino. HEX triplet: 50, 6F and AF. RGB value is (80,111,175). Sum of RGB (Red+Green+Blue) = 80+111+175=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #506FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506FAF is #AF9050. Grayscale: #6C6C6C. Windows color (decimal): -11505745 or 11497296. OLE color: 11497296.
HSL color Cylindrical-coordinate representation of color #506FAF: hue angle of 220.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506FAF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 111 | 175 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.31 |
| HSL | 220.42º | 0.37% | 0.5% | - |
| HSV(B) | 220.42º | 0.54% | 0.69% | - |
| XYZ | 16.73 | 16.17 | 42.8 | - |
| YUV | 109.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 175 | 0.54 | 0.37 | 0 | 0.31 | 220.42 | 0.37 | 0.5 |
| Hex | 50 | 6F | AF | 36 | 25 | 0 | 1F | DC | 25 | 32 |
| Octal | 120 | 157 | 257 | 66 | 45 | 0 | 37 | 334 | 45 | 62 |
| Binary | 1010000 | 1101111 | 10101111 | 110110 | 100101 | 0 | 11111 | 11011100 | 100101 | 110010 |
Color Harmonies of #506FAF
Complementary color
Monochromatic Colors of #506FAF
Black with #506FAF
Text Example
Text Example
White with #506FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FAF; }
p { color: rgb(80,111,175); }
H1.HeaderClassName
{
color: #506FAF;
}
.AnyTagClassName
{
color: #506FAF;
}
</style>
background-color css
<style>
a { background-color: #506FAF; }
a { background-color: rgb(80,111,175); }
div.DivClassName
{
background-color: #506FAF;
}
.BgClassName
{
background-color: #506FAF;
}
</style>
border-color css
<style>
span { border-color: #506FAF; }
span { border-color: rgb(80,111,175); }
td.TdClassName
{
border-color: #506FAF;
}
.TagClassName
{
border-color: #506FAF;
}
</style>