Shades of San Marino #50669E
Tints of San Marino #50669E
RGB
CMYK
RGB Variations
Color information
#50669E (or 0x50669E) is known color: San Marino. HEX triplet: 50, 66 and 9E. RGB value is (80,102,158). Sum of RGB (Red+Green+Blue) = 80+102+158=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #50669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50669E is #AF9961. Grayscale: #656565. Windows color (decimal): -11508066 or 10380880. OLE color: 10380880.
HSL color Cylindrical-coordinate representation of color #50669E: hue angle of 223.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50669E is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 102 | 158 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.38 |
| HSL | 223.08º | 0.33% | 0.47% | - |
| HSV(B) | 223.08º | 0.49% | 0.62% | - |
| XYZ | 14.23 | 13.68 | 34.24 | - |
| YUV | 101.81 | 159.71 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 158 | 0.49 | 0.35 | 0 | 0.38 | 223.08 | 0.33 | 0.47 |
| Hex | 50 | 66 | 9E | 31 | 23 | 0 | 26 | DF | 21 | 2F |
| Octal | 120 | 146 | 236 | 61 | 43 | 0 | 46 | 337 | 41 | 57 |
| Binary | 1010000 | 1100110 | 10011110 | 110001 | 100011 | 0 | 100110 | 11011111 | 100001 | 101111 |
Color Harmonies of #50669E
Complementary color
Monochromatic Colors of #50669E
Black with #50669E
Text Example
Text Example
White with #50669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50669E; }
p { color: rgb(80,102,158); }
H1.HeaderClassName
{
color: #50669E;
}
.AnyTagClassName
{
color: #50669E;
}
</style>
background-color css
<style>
a { background-color: #50669E; }
a { background-color: rgb(80,102,158); }
div.DivClassName
{
background-color: #50669E;
}
.BgClassName
{
background-color: #50669E;
}
</style>
border-color css
<style>
span { border-color: #50669E; }
span { border-color: rgb(80,102,158); }
td.TdClassName
{
border-color: #50669E;
}
.TagClassName
{
border-color: #50669E;
}
</style>