Shades of San Marino #506DB6
Tints of San Marino #506DB6
RGB
CMYK
RGB Variations
Color information
#506DB6 (or 0x506DB6) is known color: San Marino. HEX triplet: 50, 6D and B6. RGB value is (80,109,182). Sum of RGB (Red+Green+Blue) = 80+109+182=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #506DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DB6 is #AF9249. Grayscale: #6C6C6C. Windows color (decimal): -11506250 or 11955536. OLE color: 11955536.
HSL color Cylindrical-coordinate representation of color #506DB6: hue angle of 222.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #506DB6 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 109 | 182 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.29 |
| HSL | 222.94º | 0.41% | 0.51% | - |
| HSV(B) | 222.94º | 0.56% | 0.71% | - |
| XYZ | 17.22 | 16.02 | 46.44 | - |
| YUV | 108.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 182 | 0.56 | 0.40 | 0 | 0.29 | 222.94 | 0.41 | 0.51 |
| Hex | 50 | 6D | B6 | 38 | 28 | 0 | 1D | DF | 29 | 33 |
| Octal | 120 | 155 | 266 | 70 | 50 | 0 | 35 | 337 | 51 | 63 |
| Binary | 1010000 | 1101101 | 10110110 | 111000 | 101000 | 0 | 11101 | 11011111 | 101001 | 110011 |
Color Harmonies of #506DB6
Complementary color
Monochromatic Colors of #506DB6
Black with #506DB6
Text Example
Text Example
White with #506DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506DB6; }
p { color: rgb(80,109,182); }
H1.HeaderClassName
{
color: #506DB6;
}
.AnyTagClassName
{
color: #506DB6;
}
</style>
background-color css
<style>
a { background-color: #506DB6; }
a { background-color: rgb(80,109,182); }
div.DivClassName
{
background-color: #506DB6;
}
.BgClassName
{
background-color: #506DB6;
}
</style>
border-color css
<style>
span { border-color: #506DB6; }
span { border-color: rgb(80,109,182); }
td.TdClassName
{
border-color: #506DB6;
}
.TagClassName
{
border-color: #506DB6;
}
</style>