Shades of San Marino #506A96
Tints of San Marino #506A96
RGB
CMYK
RGB Variations
Color information
#506A96 (or 0x506A96) is known color: San Marino. HEX triplet: 50, 6A and 96. RGB value is (80,106,150). Sum of RGB (Red+Green+Blue) = 80+106+150=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #506A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A96 is #AF9569. Grayscale: #676767. Windows color (decimal): -11507050 or 9857616. OLE color: 9857616.
HSL color Cylindrical-coordinate representation of color #506A96: hue angle of 217.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506A96 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 106 | 150 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.41 |
| HSL | 217.71º | 0.3% | 0.45% | - |
| HSV(B) | 217.71º | 0.47% | 0.59% | - |
| XYZ | 13.97 | 14.22 | 30.86 | - |
| YUV | 103.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 150 | 0.47 | 0.29 | 0 | 0.41 | 217.71 | 0.3 | 0.45 |
| Hex | 50 | 6A | 96 | 2F | 1D | 0 | 29 | DA | 1E | 2D |
| Octal | 120 | 152 | 226 | 57 | 35 | 0 | 51 | 332 | 36 | 55 |
| Binary | 1010000 | 1101010 | 10010110 | 101111 | 11101 | 0 | 101001 | 11011010 | 11110 | 101101 |
Color Harmonies of #506A96
Complementary color
Monochromatic Colors of #506A96
Black with #506A96
Text Example
Text Example
White with #506A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A96; }
p { color: rgb(80,106,150); }
H1.HeaderClassName
{
color: #506A96;
}
.AnyTagClassName
{
color: #506A96;
}
</style>
background-color css
<style>
a { background-color: #506A96; }
a { background-color: rgb(80,106,150); }
div.DivClassName
{
background-color: #506A96;
}
.BgClassName
{
background-color: #506A96;
}
</style>
border-color css
<style>
span { border-color: #506A96; }
span { border-color: rgb(80,106,150); }
td.TdClassName
{
border-color: #506A96;
}
.TagClassName
{
border-color: #506A96;
}
</style>