Shades of San Marino #506C9A
Tints of San Marino #506C9A
RGB
CMYK
RGB Variations
Color information
#506C9A (or 0x506C9A) is known color: San Marino. HEX triplet: 50, 6C and 9A. RGB value is (80,108,154). Sum of RGB (Red+Green+Blue) = 80+108+154=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #506C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C9A is #AF9365. Grayscale: #686868. Windows color (decimal): -11506534 or 10120272. OLE color: 10120272.
HSL color Cylindrical-coordinate representation of color #506C9A: hue angle of 217.3º degrees, saturation: 0.32, 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 #506C9A is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 108 | 154 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.40 |
| HSL | 217.3º | 0.32% | 0.46% | - |
| HSV(B) | 217.3º | 0.48% | 0.6% | - |
| XYZ | 14.5 | 14.76 | 32.66 | - |
| YUV | 104.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 154 | 0.48 | 0.30 | 0 | 0.40 | 217.3 | 0.32 | 0.46 |
| Hex | 50 | 6C | 9A | 30 | 1E | 0 | 28 | D9 | 20 | 2E |
| Octal | 120 | 154 | 232 | 60 | 36 | 0 | 50 | 331 | 40 | 56 |
| Binary | 1010000 | 1101100 | 10011010 | 110000 | 11110 | 0 | 101000 | 11011001 | 100000 | 101110 |
Color Harmonies of #506C9A
Complementary color
Monochromatic Colors of #506C9A
Black with #506C9A
Text Example
Text Example
White with #506C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C9A; }
p { color: rgb(80,108,154); }
H1.HeaderClassName
{
color: #506C9A;
}
.AnyTagClassName
{
color: #506C9A;
}
</style>
background-color css
<style>
a { background-color: #506C9A; }
a { background-color: rgb(80,108,154); }
div.DivClassName
{
background-color: #506C9A;
}
.BgClassName
{
background-color: #506C9A;
}
</style>
border-color css
<style>
span { border-color: #506C9A; }
span { border-color: rgb(80,108,154); }
td.TdClassName
{
border-color: #506C9A;
}
.TagClassName
{
border-color: #506C9A;
}
</style>