Shades of San Marino #506C9B
Tints of San Marino #506C9B
RGB
CMYK
RGB Variations
Color information
#506C9B (or 0x506C9B) is known color: San Marino. HEX triplet: 50, 6C and 9B. RGB value is (80,108,155). Sum of RGB (Red+Green+Blue) = 80+108+155=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #506C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C9B is #AF9364. Grayscale: #686868. Windows color (decimal): -11506533 or 10185808. OLE color: 10185808.
HSL color Cylindrical-coordinate representation of color #506C9B: hue angle of 217.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506C9B is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 108 | 155 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.39 |
| HSL | 217.6º | 0.32% | 0.46% | - |
| HSV(B) | 217.6º | 0.48% | 0.61% | - |
| XYZ | 14.59 | 14.8 | 33.1 | - |
| YUV | 104.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 155 | 0.48 | 0.30 | 0 | 0.39 | 217.6 | 0.32 | 0.46 |
| Hex | 50 | 6C | 9B | 30 | 1E | 0 | 27 | DA | 20 | 2E |
| Octal | 120 | 154 | 233 | 60 | 36 | 0 | 47 | 332 | 40 | 56 |
| Binary | 1010000 | 1101100 | 10011011 | 110000 | 11110 | 0 | 100111 | 11011010 | 100000 | 101110 |
Color Harmonies of #506C9B
Complementary color
Monochromatic Colors of #506C9B
Black with #506C9B
Text Example
Text Example
White with #506C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C9B; }
p { color: rgb(80,108,155); }
H1.HeaderClassName
{
color: #506C9B;
}
.AnyTagClassName
{
color: #506C9B;
}
</style>
background-color css
<style>
a { background-color: #506C9B; }
a { background-color: rgb(80,108,155); }
div.DivClassName
{
background-color: #506C9B;
}
.BgClassName
{
background-color: #506C9B;
}
</style>
border-color css
<style>
span { border-color: #506C9B; }
span { border-color: rgb(80,108,155); }
td.TdClassName
{
border-color: #506C9B;
}
.TagClassName
{
border-color: #506C9B;
}
</style>