Shades of San Marino #506293
Tints of San Marino #506293
RGB
CMYK
RGB Variations
Color information
#506293 (or 0x506293) is known color: San Marino. HEX triplet: 50, 62 and 93. RGB value is (80,98,147). Sum of RGB (Red+Green+Blue) = 80+98+147=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #506293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506293 is #AF9D6C. Grayscale: #616161. Windows color (decimal): -11509101 or 9658960. OLE color: 9658960.
HSL color Cylindrical-coordinate representation of color #506293: hue angle of 223.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506293 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 98 | 147 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.42 |
| HSL | 223.88º | 0.3% | 0.45% | - |
| HSV(B) | 223.88º | 0.46% | 0.58% | - |
| XYZ | 12.94 | 12.55 | 29.34 | - |
| YUV | 98.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 147 | 0.46 | 0.33 | 0 | 0.42 | 223.88 | 0.3 | 0.45 |
| Hex | 50 | 62 | 93 | 2E | 21 | 0 | 2A | E0 | 1E | 2D |
| Octal | 120 | 142 | 223 | 56 | 41 | 0 | 52 | 340 | 36 | 55 |
| Binary | 1010000 | 1100010 | 10010011 | 101110 | 100001 | 0 | 101010 | 11100000 | 11110 | 101101 |
Color Harmonies of #506293
Complementary color
Monochromatic Colors of #506293
Black with #506293
Text Example
Text Example
White with #506293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506293; }
p { color: rgb(80,98,147); }
H1.HeaderClassName
{
color: #506293;
}
.AnyTagClassName
{
color: #506293;
}
</style>
background-color css
<style>
a { background-color: #506293; }
a { background-color: rgb(80,98,147); }
div.DivClassName
{
background-color: #506293;
}
.BgClassName
{
background-color: #506293;
}
</style>
border-color css
<style>
span { border-color: #506293; }
span { border-color: rgb(80,98,147); }
td.TdClassName
{
border-color: #506293;
}
.TagClassName
{
border-color: #506293;
}
</style>