Shades of San Marino #506C9D
Tints of San Marino #506C9D
RGB
CMYK
RGB Variations
Color information
#506C9D (or 0x506C9D) is known color: San Marino. HEX triplet: 50, 6C and 9D. RGB value is (80,108,157). Sum of RGB (Red+Green+Blue) = 80+108+157=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #506C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C9D is #AF9362. Grayscale: #686868. Windows color (decimal): -11506531 or 10316880. OLE color: 10316880.
HSL color Cylindrical-coordinate representation of color #506C9D: hue angle of 218.18º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506C9D is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 108 | 157 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.38 |
| HSL | 218.18º | 0.32% | 0.46% | - |
| HSV(B) | 218.18º | 0.49% | 0.62% | - |
| XYZ | 14.76 | 14.86 | 33.99 | - |
| YUV | 105.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 157 | 0.49 | 0.31 | 0 | 0.38 | 218.18 | 0.32 | 0.46 |
| Hex | 50 | 6C | 9D | 31 | 1F | 0 | 26 | DA | 20 | 2E |
| Octal | 120 | 154 | 235 | 61 | 37 | 0 | 46 | 332 | 40 | 56 |
| Binary | 1010000 | 1101100 | 10011101 | 110001 | 11111 | 0 | 100110 | 11011010 | 100000 | 101110 |
Color Harmonies of #506C9D
Complementary color
Monochromatic Colors of #506C9D
Black with #506C9D
Text Example
Text Example
White with #506C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C9D; }
p { color: rgb(80,108,157); }
H1.HeaderClassName
{
color: #506C9D;
}
.AnyTagClassName
{
color: #506C9D;
}
</style>
background-color css
<style>
a { background-color: #506C9D; }
a { background-color: rgb(80,108,157); }
div.DivClassName
{
background-color: #506C9D;
}
.BgClassName
{
background-color: #506C9D;
}
</style>
border-color css
<style>
span { border-color: #506C9D; }
span { border-color: rgb(80,108,157); }
td.TdClassName
{
border-color: #506C9D;
}
.TagClassName
{
border-color: #506C9D;
}
</style>