Shades of San Marino #506DB0
Tints of San Marino #506DB0
RGB
CMYK
RGB Variations
Color information
#506DB0 (or 0x506DB0) is known color: San Marino. HEX triplet: 50, 6D and B0. RGB value is (80,109,176). Sum of RGB (Red+Green+Blue) = 80+109+176=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #506DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506DB0 is #AF924F. Grayscale: #6B6B6B. Windows color (decimal): -11506256 or 11562320. OLE color: 11562320.
HSL color Cylindrical-coordinate representation of color #506DB0: hue angle of 221.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #506DB0 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 109 | 176 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.31 |
| HSL | 221.88º | 0.38% | 0.5% | - |
| HSV(B) | 221.88º | 0.55% | 0.69% | - |
| XYZ | 16.61 | 15.78 | 43.24 | - |
| YUV | 107.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 176 | 0.55 | 0.38 | 0 | 0.31 | 221.88 | 0.38 | 0.5 |
| Hex | 50 | 6D | B0 | 37 | 26 | 0 | 1F | DE | 26 | 32 |
| Octal | 120 | 155 | 260 | 67 | 46 | 0 | 37 | 336 | 46 | 62 |
| Binary | 1010000 | 1101101 | 10110000 | 110111 | 100110 | 0 | 11111 | 11011110 | 100110 | 110010 |
Color Harmonies of #506DB0
Complementary color
Monochromatic Colors of #506DB0
Black with #506DB0
Text Example
Text Example
White with #506DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506DB0; }
p { color: rgb(80,109,176); }
H1.HeaderClassName
{
color: #506DB0;
}
.AnyTagClassName
{
color: #506DB0;
}
</style>
background-color css
<style>
a { background-color: #506DB0; }
a { background-color: rgb(80,109,176); }
div.DivClassName
{
background-color: #506DB0;
}
.BgClassName
{
background-color: #506DB0;
}
</style>
border-color css
<style>
span { border-color: #506DB0; }
span { border-color: rgb(80,109,176); }
td.TdClassName
{
border-color: #506DB0;
}
.TagClassName
{
border-color: #506DB0;
}
</style>