Shades of San Marino #506A99
Tints of San Marino #506A99
RGB
CMYK
RGB Variations
Color information
#506A99 (or 0x506A99) is known color: San Marino. HEX triplet: 50, 6A and 99. RGB value is (80,106,153). Sum of RGB (Red+Green+Blue) = 80+106+153=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #506A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A99 is #AF9566. Grayscale: #676767. Windows color (decimal): -11507047 or 10054224. OLE color: 10054224.
HSL color Cylindrical-coordinate representation of color #506A99: hue angle of 218.63º degrees, saturation: 0.31, 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 #506A99 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 106 | 153 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.4 |
| HSL | 218.63º | 0.31% | 0.46% | - |
| HSV(B) | 218.63º | 0.48% | 0.6% | - |
| XYZ | 14.21 | 14.31 | 32.15 | - |
| YUV | 103.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 153 | 0.48 | 0.31 | 0 | 0.4 | 218.63 | 0.31 | 0.46 |
| Hex | 50 | 6A | 99 | 30 | 1F | 0 | 28 | DB | 1F | 2E |
| Octal | 120 | 152 | 231 | 60 | 37 | 0 | 50 | 333 | 37 | 56 |
| Binary | 1010000 | 1101010 | 10011001 | 110000 | 11111 | 0 | 101000 | 11011011 | 11111 | 101110 |
Color Harmonies of #506A99
Complementary color
Monochromatic Colors of #506A99
Black with #506A99
Text Example
Text Example
White with #506A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A99; }
p { color: rgb(80,106,153); }
H1.HeaderClassName
{
color: #506A99;
}
.AnyTagClassName
{
color: #506A99;
}
</style>
background-color css
<style>
a { background-color: #506A99; }
a { background-color: rgb(80,106,153); }
div.DivClassName
{
background-color: #506A99;
}
.BgClassName
{
background-color: #506A99;
}
</style>
border-color css
<style>
span { border-color: #506A99; }
span { border-color: rgb(80,106,153); }
td.TdClassName
{
border-color: #506A99;
}
.TagClassName
{
border-color: #506A99;
}
</style>