Shades of San Marino #506F9A
Tints of San Marino #506F9A
RGB
CMYK
RGB Variations
Color information
#506F9A (or 0x506F9A) is known color: San Marino. HEX triplet: 50, 6F and 9A. RGB value is (80,111,154). Sum of RGB (Red+Green+Blue) = 80+111+154=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #506F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F9A is #AF9065. Grayscale: #6A6A6A. Windows color (decimal): -11505766 or 10121040. OLE color: 10121040.
HSL color Cylindrical-coordinate representation of color #506F9A: hue angle of 214.86º 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 #506F9A is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 111 | 154 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.40 |
| HSL | 214.86º | 0.32% | 0.46% | - |
| HSV(B) | 214.86º | 0.48% | 0.6% | - |
| XYZ | 14.83 | 15.41 | 32.76 | - |
| YUV | 106.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 154 | 0.48 | 0.28 | 0 | 0.40 | 214.86 | 0.32 | 0.46 |
| Hex | 50 | 6F | 9A | 30 | 1C | 0 | 28 | D7 | 20 | 2E |
| Octal | 120 | 157 | 232 | 60 | 34 | 0 | 50 | 327 | 40 | 56 |
| Binary | 1010000 | 1101111 | 10011010 | 110000 | 11100 | 0 | 101000 | 11010111 | 100000 | 101110 |
Color Harmonies of #506F9A
Complementary color
Monochromatic Colors of #506F9A
Black with #506F9A
Text Example
Text Example
White with #506F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F9A; }
p { color: rgb(80,111,154); }
H1.HeaderClassName
{
color: #506F9A;
}
.AnyTagClassName
{
color: #506F9A;
}
</style>
background-color css
<style>
a { background-color: #506F9A; }
a { background-color: rgb(80,111,154); }
div.DivClassName
{
background-color: #506F9A;
}
.BgClassName
{
background-color: #506F9A;
}
</style>
border-color css
<style>
span { border-color: #506F9A; }
span { border-color: rgb(80,111,154); }
td.TdClassName
{
border-color: #506F9A;
}
.TagClassName
{
border-color: #506F9A;
}
</style>